Skip to content
Advertisement

jqplot not show label end points

when I draw chart using jqplot, both end point of the chart does not show label, and I am not sure why. Please help enter image description here

Here is my code (self-contained code, with all resources loaded)

JavaScript

Advertisement

Answer

I have this issue before but my X-Axis values was numbers and fixed it by adding ratio (Adjustment) about 20% from the max value to just gain more space and that did the trick Here I recommend you to add one more value in the X Values(X Ticks) without a related Value in the Y Values (ticks) to extend (add more space) the X Axis (if you have the same issue with Y Axis use the same technique) Have a look Here on Plunker

JavaScript

Hope this help.

Advertisement