Hi i\'m passing a List object from my controller to Javascript where it is put back into an array and used as a data source for HighChart bar graph.
How can i remove padding betwee开发者_如何转开发n my chart and plot. I want my chart to start from the edge of plot and end the same way, but no matter what I try, i cannot remove padding :(
I\'ve been knocking my head against a wall here for a few hours trying to solve this with no luck. I\'m using Ruby, Haml, Sinatra, and Highcharts. I\'ve created a Ruby HighCharts object that interpola
I need to delete the margins between my l开发者_运维百科ines and plot gap. I decided to use the startOnTick and endOnTick property but in this case line\'s points in the gap are not seen or seen only
I\'m generally of the opinion that if it ain\'t broke don\'t fix it, but my current solution to this issue (though it does work) seems really ugly. I am using Ruby, Sinatra, Haml, and Highcharts, and
I would like the user to be directed to a specific part of the page when they click on a section of the pie chart. I\'m getting an error that reads {\"error\": \"Please use POST request\"} on click.
I have the follow data returned via JSON {\"rows\":[{\"Date\":\"07/10/2011\",\"Value\":1206,\"Action\":\"Drink\"},
I am trying to create the json needed to create an object in jQuery using C#. The json needed is { title: \'title text\',
I have a big problem using highcharts, because I have been trying for hoursto wrap legend items if they very long.
I want to have two scatter series on my chart. One with a linewidth of 1 and the other with no lineWidth. As I understand, the plotOptions applies to all charts of the specified type, so either all th