javascript - Issue on Setting Up Highchats.js Index of Chart -


Can you please see it and tell me how can I get rid of Series 1? Index! Enter image details here and is the actual index for two columns or if it is not possible delete it from the chart? What is the method of specifying the number of minimum values ​​TX and MAX?

  $ (function () {$ ('# container'). ([Chart: {Type: 's Episode: {Categories: ['Green', 'Pink']}, Series: [[Data: [name: 'num1', color: '# 00FF00', y: 500}, {name: 'Point 2', color: '#FF00FF', y: 5}]}}}}}});    

You can add this object to the container (after legend)

  Legend: {enable: false}   

You can set the tick interval on yAxis like this:

  yAxis: {tickInte Raval: 25}   

All this is documented here: / p>

I will read it and in-in-examples I encourage the use of these.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -