Skip to content
Discussion options

You must be logged in to vote

Can be implemented via HtmlCustomization on current version by adding the following to the chart scripts.

Example (playerGraph.js):
Original

                         buttons: [{
				type: 'hour',
				count: 12,
				text: '12h'
			},{
				type: 'hour',
				count: 24,
				text: '24h'
			},{
				type: 'day',
				count: 7,
				text: '7d'
			},{
				type: 'month',
				count: 1,
				text: '30d'
			},{
				type: 'all',
				text: 'All'
			}]

Implemented

                        buttons: [{
				type: 'hour',
				count: 1,
				text: '1h'
			},{
				type: 'hour',
				count: 6,
				text: '6h'
			},{
				type: 'hour',
				count: 12,
				text: '12h'
			},{
				type: 'hour',
				count: 24,
				text: '24…

Replies: 1 comment

Comment options

AuroraLS3
Nov 16, 2018
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by AuroraLS3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant
Converted from issue

This discussion was converted from issue #569 on June 03, 2022 06:17.