Closed (fixed)
Project:
Charts
Version:
8.x-3.x-dev
Component:
Highcharts integration
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2018 at 08:41 UTC
Updated:
20 Aug 2018 at 21:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
john cook commentedI've created a patch to allow the data points to be "objects".
By changing the first data set in the example module to:
'data' => [['y' => 250, 'color' => '#cc00cc'], 350, 400, 200],It allows the following graphs (notice the magenta – #cc00cc – point and slice):

Comment #3
john cook commentedComment #5
andileco commentedComment #6
andileco commented