You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: