Not sure if there's another more relevant thread, but have browsed right thru this one & see a few mentions of what I want, but no resolution.
I decided I'd like my graphs to span 7 days instead of my previous 48 hours, so changed Graph hours to 168 hours.
Then decided I wanted more Zoom buttons, so addressed that in cumuluscharts.js.
EDIT (I am using MX, but couldn't see a Highcharts Subforum).
THEN, decided I preferred the 48 hour time span as a default.
Setting a range is mentioned in this post, but the answer is outside the thread.
viewtopic.php?f=18&t=8672&start=315#p126119
How do I get the chart to default to 48 hours & not lose the zoom buttons.
TempGraph.JPG
Code: Select all
rangeSelector: {
buttons: [{
count: 6,
type: 'hour',
text: '6h'
}, {
count: 12,
type: 'hour',
text: '12h'
}, {
count: 24,
type: 'hour',
text: '24h'
}, {
count: 48,
type: 'hour',
text: '48h'
}, {
count: 72,
type: 'hour',
text: '3d'
}, {
count: 96,
type: 'hour',
text: '4d'
}, {
count: 120,
type: 'hour',
text: '5d'
}, {
type: 'all',
text: 'All'
}],
inputEnabled: false
}
You do not have the required permissions to view the files attached to this post.