Seal Report Forum
»
Report Edition
»
Advanced Tricks and Tips
»
Chart: Forcing minimum and maximum values for an axis
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
To force the minimum and maximum values of an axis, just edit the NVD3 Script:Additional options, and set the following code Code:chart.yDomain([1000,3000]);
If the chart has several lines, you might use: Code:chart.yDomain1([1000,3000]);
chart.yDomain2([1000,3000]);
I recommend to check Google for additional samples. Edited by user Tuesday, November 8, 2016 4:44:50 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Groups: Registered
Joined: 1/18/2017(UTC) Posts: 11 Location: Maoli Thanks: 4 times
|
How to achieve that with Chart.JS Charts?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
In the 5.5, the min/max values are paramters of the view: Just select the ChartJS view and use the related parameters...
|
|
|
|
Seal Report Forum
»
Report Edition
»
Advanced Tricks and Tips
»
Chart: Forcing minimum and maximum values for an axis
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.