Open bobparks opened 1 year ago
Let's be careful about making this interface overly complicated, with too many options and too many properties An alternative might be to have just a couple of standard patterns, possibly with a way to modify them.
Unfortunately, MPAndroidChart, the library we use for rendering the chart, does not support changing the shapes of the line points so it's unlikely we'll be able to add this in the near future.
Hello @ewpatton sir , for that we can try this in the MpAndroidChart library-----
Data points are drawn in the protected void drawCircles(Canvas c) method, in the LineChartRenderer class, and X and Y coordinates for drawing are calculated for you, so just replace the c.drawCircle commands at the end of the method by drawing anything else you want, while using the same X and Y coordinates, and you're done.
we can mondify the library for ourself and get the result .
Describe the desired feature When Chart is set to scatter, several options for the PointShape appear in the properties for the ChartData2D component. But when line is chosen, the options disappear.
Give an example of how this feature would be used In some cases, especially when superimposing two line charts on top of one another, it would be nice to differentiate using these alternate point shapes. @stezelMIT, @anqizzz8989
Why doesn't the current App Inventor system address this use case?
Why is this feature beneficial to App Inventor's educational mission?