Skip to content

Tag: highcharts

Highcharts Packed Bubble Not Scaling Properly

I have a working version of my issue here: https://jsfiddle.net/upcheezy/45ps3j9t/4/ This chart doesn’t check out visually because the scale of the bubbles does not accurately reflect the data. For example, it seems like all of the “Normal” category data values are the exact same size, when …

Using dropdown filter to dynamic update Highchart

currently I was trying to add a dropdown filter button on my chart to let users select a specific values from a data attribute and filter the related data shown on the chart. I populated my data’s attribute to the select unit, and I was trying to update the chart with parse the data from the selective v…