Ticket #7992 (closed defect: fixed)

Opened 21 months ago

Last modified 9 months ago

Column and bar charts do not accept object values

Reported by: Tarken Owned by: elazutkin
Priority: high Milestone: 1.4
Component: Charting Version: 1.2.0
Severity: normal Keywords:
Cc:

Description

As discussed here: http://dojotoolkit.org/forum/dojox-dojox/dojox-support/custom-tooltips-clusteredbars-chart

With other chart types, you can pass lists of objects to addSeries(); column and bar type charts only accept lists of numbers currently.

Change History

Changed 19 months ago by elazutkin

  • milestone changed from tbd to future

Moving open tickets to the future.

Changed 9 months ago by elazutkin

  • priority changed from normal to high
  • status changed from new to assigned
  • type changed from enhancement to defect
  • milestone changed from future to 1.4

Changed 9 months ago by elazutkin

(In [20814]) charting: adding processing of custom visual attributes to bars, columns, clustered bars and columns, !strict, refs #7992.

Changed 9 months ago by elazutkin

Missed commit: [20813].

Unfinished business:

  • Stacked bars and columns ignore custom color/fill/stroke.
  • The legend widget has too simplistic algorithm for determining colors instead of a group colors, it inspects the first element. If the first element has a custom color, the swatch will be incorrect.

Changed 9 months ago by elazutkin

(In [20815]) charting: enabling color/fill/stroke support for stacked bars and columns, !strict, refs #7992.

Changed 9 months ago by elazutkin

  • status changed from assigned to closed
  • resolution set to fixed

It appears that the legend problem is not in legend's code, but in plots themselves. I need to open a ticket for that.

Changed 9 months ago by elazutkin

Release notes are added.

Note: See TracTickets for help on using tickets.