Closed (fixed)
Project:
Charts
Version:
5.1.x-dev
Component:
Highcharts integration
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2025 at 15:18 UTC
Updated:
28 Nov 2025 at 22:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andileco commented@bspeare - I'm definitely open to adding this. Are you able to take a first attempt and have me review it?
Comment #3
bspeare commented@andileco thanks for being open to this. Yes, I will create a branch to get things started.
Comment #4
bspeare commentedComment #6
andileco commented@bspeare, is this ready for review? If so, can you change the status and assign to me?
Comment #7
bspeare commentedComment #8
bspeare commentedThanks for checking in @andileco, I don't see an option to assign you.
Comment #9
andileco commentedNo worries, I've assigned myself.
Comment #10
andileco commented@bspeare, please review. I have attached a video displaying the output. I think the main difference is if you're in Views, using the Numeric Array field. If you are using a chart field, you can actually type into a cell the low number followed by a comma then the high number (e.g. 74.7, 83.2). See the two attached videos.
Comment #11
bspeare commentedThank you for the quick review and refactoring @andileco! I like your changes using the low number and high number in a single cell. What about if the chart needs different legends like in this poverty rate example on https://www.highcharts.com/blog/tutorials/why-you-need-to-start-using-du...?
Also, what are your thoughts on how it renders using the "First row" option? In particular, what do you see in the tooltip when you switch to that option?
Comment #12
andileco commentedInteresting... in those examples, they use the subtitle as a legend. Will look at the first row question soon.
Comment #13
andileco commentedIf you want to use the "first row" option, you'd need your data entered like in the attached picture, where each column is a country and the row is life expectancy.
Good to move to RTBC?
Comment #14
bspeare commentedThanks @andileco. I think we are good for RTBC.
Comment #15
andileco commentedRealizing I need to add into the README, package.json, and composer.json.
Comment #17
andileco commentedMerged!