Mike Posted April 11, 2018 Report Share Posted April 11, 2018 Hi, I need to show the scale value lables on a radial gauge. For certian value ranges the radial gauge does not show the scale labels. If I set the ranges as follows the gauge shows no scale value lables: scale.setMax(82) scale.setMin(0) sectionRed.setFrom(41) sectionRed.setTo(82) sectionYellow.setFrom(21) sectionYellow.setTo(41) sectionGreen.setFrom(0) sectionGreen.setTo(21) With these ranges the gauge shows the scale value labels: scale.setMax(80) scale.setMin(0) sectionRed.setFrom(40) sectionRed.setTo(80) sectionYellow.setFrom(20) sectionYellow.setTo(40) sectionGreen.setFrom(0) sectionGreen.setTo(20) Jchartfx version: 7.5.5900 jQuery version: 1.11.2 What do I have to do to show the scale labels always? Thanks for your help. Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted April 11, 2018 Report Share Posted April 11, 2018 We are researching this issue, in the meantime, if you know your min and max are fixed you can set the major step as follows scale.getTickmarks().getMajor().setStep(10); Regards, JuanC Quote Link to comment Share on other sites More sharing options...
0 Mike Posted April 12, 2018 Author Report Share Posted April 12, 2018 On 11/4/2018 at 9:25 AM, JuanC said: We are researching this issue, in the meantime, if you know your min and max are fixed you can set the major step as follows scale.getTickmarks().getMajor().setStep(10); Regards, JuanC It works!! Thanks so much. Quote Link to comment Share on other sites More sharing options...
Question
Mike
Hi,
I need to show the scale value lables on a radial gauge.
For certian value ranges the radial gauge does not show the scale labels.
If I set the ranges as follows the gauge shows no scale value lables:
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.