Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

How do i "refresh" the data? #4

Open
adamtarmstrong opened this issue Jul 27, 2016 · 0 comments
Open

How do i "refresh" the data? #4

adamtarmstrong opened this issue Jul 27, 2016 · 0 comments

Comments

@adamtarmstrong
Copy link

If I run my function containing
$.MTD.loadChart('MTD',{
chart: {
type: 'column',
renderTo: 'container_mtd',
plotBackgroundColor: '#F7F7F7',
backgroundColor: '#F7F7F7',
spacingRight: 50
},
colors: [HCActivityColors[0],HCActivityColors[1]],
tooltip: {
enabled: false
},.....
each time it creates a whole new instance of the graph. i don't want to create a new instance but update the existing one. can you help me either update the existing instance...or somehow remove the old and then add the new one back?

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

No branches or pull requests

1 participant