score:4
the problem is that "data"
expects an array, and you are giving it an object. wrap each object in an array. for example:
"data": [{
"y": 92,
"name": "92ms for 83,481,430 requests",
"color": "#91cb73"
}]
here is your full fix, but it might not give the result you expect, personally i like your first attempt better
score:2
fwiw, alternate approach to setting this up
:
http://jsfiddle.net/jlbriggs/zbw4d/
things to consider:
1) using a legend instead of just directly labeling each bar makes the user do a lot of looking back and forth to see which is which (doing both just adds extra clutter to distract the user)
2) rotating labels always adds more work for the user
3) multiple colors for the bars is not necessary when each bar is labeled appropriately, and again just adds distraction
a horizontal bar chart with no legend and single color for data solves these problems.
Source: stackoverflow.com
Related Query
- Multiple series data on HighCharts column
- How to have multiple highcharts with different series data in vuejs without repeating code
- How to get multiple data series into Highcharts
- Highcharts with JSON data and multiple series
- Highcharts not displaying series data for graph with multiple Y-axes
- Highcharts show the same yAxis start and end value with multiple data series
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- Highcharts - how to create multiple y axis and group the data series
- Multiple series data Highcharts line
- Highcharts multiple data on single point in series
- Highcharts - Stacked column data series
- Toggling 2nd pane data within a Multiple Series Highcharts Chart
- HighCharts column chart populated with series data from a function
- Highcharts series visibility with csv data source
- Loading json data to highcharts with multiple series
- Highcharts : using same div to load a chart multiple times with different series data
- Highcharts multiple series with missing Data Points
- Highcharts multiple data series
- HighCharts BoxPlot With Multiple Series Having Single Data
- highcharts column : add dynamically series with drilldown data
- Multiple series of data in Highcharts but second line graph is displayed squashed?
- HighCharts multiple x series data for line graph
- Highcharts Multiple Series data - label mismatch
- How to make multiple Y-axis with incoming series of data from database using Highcharts
- Highcharts Column type visualization: multiple data points for the same Xaxis label
- How to get multiple series data in tooltip highcharts (Without loosing tooltip pointer arrow)
- Highcharts column + line combination chart with multiple series
- Highcharts Multiple Series Dynamic Column Chart Update
- Highcharts Column Range - How to render series data stored in PHP variables?
- Highcharts displays series names but missing data points from json source
More Query from same tag
- Highchart hide default buttons
- Highstock - disable vertical indicator
- Why mistake appears during render?
- Highcharts: too much space for bottom legend
- Highcharts - zoom xAxis and pan along axis
- Highchart Drilldown with data call when clicked
- How to make a square chart?
- How to save a plot as image on disk from Viewer in RStudio?
- Highcharts xaxis datetime zoom
- highcharts start from hinges base
- Highcharts x-axis not formatting right when showing only 1 datapoint
- How show all tooltips split in graph with many series
- Plot Option in High Charts
- Control HighCharts export options
- Legend overlapping on drilldown pie chart
- Show multiple Y axis stacked one upon the Other in Highchart Line type graph
- How to have data labels on top of the graph?
- highcharts.js: static ticks spaced equally apart
- Highcharts: Highmaps - Choropleth maps - All states are the same color
- Ruby 2D array of different types
- Highcharts barchart - legend is only hiding first and last series, others stay visible on X-axis
- How to use data in rChart Highcharts
- How can I show daily grid lines in HighStock? Currently seems buggy
- I want to update my series dynamically on highcharts with a click & also bring it to the original way by clicking on an other button (#previous)
- In HighMaps how can we pattern fill a world map?
- Highcharts - Combine & superimpose columns
- Update Line Chart (High Charts) after applying filter
- Nested json in Highcharts Stacked
- start value in y-axis in HighChart
- HighCharts - compare series with values instead of percentage