lib/visage-app/public/javascripts/graph.js in visage-app-0.9.0.pre1 vs lib/visage-app/public/javascripts/graph.js in visage-app-0.9.0.pre2
- old
+ new
@@ -306,18 +306,15 @@
}
}
},
plotOptions: {
series: {
- stacking: 'normal',
marker: {
- enabled: false
- },
- states: {
- hover: {
- enabled: true,
- marker: {
- symbol: 'triangle'
+ enabled: false,
+ stacking: 'normal',
+ states: {
+ hover: {
+ enabled: true
}
}
}
}
},