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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -