Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data formatting and updating #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ericsvendsen
Copy link

Modified input data to accept either an object or an array (for data ordering); added the ability to pass in updated data to avoid the need to destroy/recreate the chart when the data source(s) change.

My use case is to use the radial chart to display data from multiple user-selectable data sources. When one source was added or removed, the chart's axis would not update. Also, I'm using this to display time-based data, so the order in which the bars appear is important. Therefore I modified the code to accept an array to enable sorting.

…ordering); added the ability to pass in updated data to avoid the need to destroy/recreate the chart when the data source(s) change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants