[FIX] Sparks Line/Bar
This commit is contained in:
parent
04c5b4b528
commit
27670647b6
@ -22,14 +22,14 @@ $(document).ready(function(){
|
|||||||
height: '35',
|
height: '35',
|
||||||
barWidth: 6,
|
barWidth: 6,
|
||||||
barSpacing: 2,
|
barSpacing: 2,
|
||||||
chartRangeMin: {/literal}{$GLOBAL.price}{literal} - 5,
|
chartRangeMin: 0
|
||||||
chartRangeMax: {/literal}{$GLOBAL.price}{literal} + 5,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Sparkline options applied to line graphs
|
// Sparkline options applied to line graphs
|
||||||
var sparklineLineOptions = {
|
var sparklineLineOptions = {
|
||||||
height: '35',
|
height: '35',
|
||||||
chartRangeMin: 0,
|
chartRangeMin: {/literal}{$GLOBAL.price}{literal} - 5,
|
||||||
|
chartRangeMax: {/literal}{$GLOBAL.price}{literal} + 5,
|
||||||
composite: false,
|
composite: false,
|
||||||
lineColor: 'black'
|
lineColor: 'black'
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user