Legend should include colors for pie and donut

Created on 18 August 2023, over 1 year ago
Updated 4 July 2024, 6 months ago

For chart types "pie" and "donut", the legend should include the category color:

In charts_highcharts_drilldown.module we should change line 39 from:
if (isset($definition['legend']) && $definition['legend']['enabled'] == TRUE) {
to:
if (isset($definition['legend']) && $definition['legend']['enabled'] == TRUE && !in_array($definition["chart"]["type"], ['donut','pie'])) {

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany vistree

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024