2017년 3월 4일 토요일

i want insert a graphic table


i want to insert a estadistic table in my app whit the calification of the day of the user (1-5) and the day of these calification. something like that:
how can i made it?

-- 
Here is a simple way to make a bar graph:  Drawing Bar charts using App Inventor 2   


A more complex way would be to use the Canvas tool, either using Sprites, where you use code to change the horizontal or vertical dimensions of the 'bar' sprites or use images

Another complex way would be to use an API,  Taifun has recommended 

--
see this example https://puravidaapps.com/pie.php, which generates a pie chart, there are several other possibilities, see also  the Chart.js JavaScript library.

-- 
Here is how to do a bar graph simply using a Canvas and sprites

For the example, use seven png sprites, each 10 pixels x 10 pixels.  The Canvas as shown has 200 vertical pixels to work with .  You have to scale your actual input.  The text block could display your graph's scale.  You could also use a Background image in the Canvas to show a scale.  Use your imagination.

--

댓글 없음:

댓글 쓰기