Jump to content
We've recently updated our Privacy Statement, available here ×

HTML5 reports - what properties can be set?


toddbrook

Recommended Posts

Is there any documentation anywhere for what properties can be set on an HTML5 chart?

For instance, I have created an HTML5 SPLine chart which had Y axis values between 0 and 128500. By default the chart displayed with a range of values from -50000 to 150000 in steps of 50000.

Eventually I have found that there are properties yAxis.min and yAxis.max which allow me to control the min and max values on the axis so that I can ensure the scale starts at 0. Finding these properties was a tedious and fairly random trawl through forums and tutorial sites.

Now what I would like to do is set the scale increments to be something other than the default 50000. I tried guessing at the properties first and tried using yAxis.increment or yAxis.step but neither work. I tried searching but have found nothing so far. is there a property I can set which will control this?

And what would be really useful would be some documentation on all of the properties that can be set.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...