Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Line Graph Widget suggestions #944

Open
runrevelanor opened this issue Feb 25, 2016 · 0 comments
Open

Line Graph Widget suggestions #944

runrevelanor opened this issue Feb 25, 2016 · 0 comments

Comments

@runrevelanor
Copy link
Contributor

If possible I think the line graph widget would be a bit easier to use with some changes to the properties.

To show 2 lines with the labels a, b, c, d, the values 1, 2, 3, 4 for the first line and 2, 4, 8, 16 for the second line you set the graphData to

a,1,2
b,2,4
c,3,8
d,4,16

I would suggest separating the labels, and adding a property allowing the user to choose whether to show the labels or not, this could also be useful for the y-axis.

I also think that setting the data with a comma separated list of values, one row for each line is a little easier to set up and read.

So the properties would be something like

X-axis labels: a, b, c, d
Show x-axis labels: true
Data: 1, 2, 3, 4
2, 4, 8, 16

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant