Skip to content

Data formatting and updating - #5

Open
ericsvendsen wants to merge 1 commit into
peterrcook:masterfrom
ericsvendsen:updates
Open

Data formatting and updating#5
ericsvendsen wants to merge 1 commit into
peterrcook:masterfrom
ericsvendsen:updates

Conversation

@ericsvendsen

Copy link
Copy Markdown

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