#13219 closed enhancement (fixed)
[patch][ccla] Add the ability to style the charting grid differently from the axis ticks
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Charting | Version: | 1.7.0b1 |
Keywords: | Cc: | [email protected]…, [email protected]… | |
Blocked By: | Blocking: |
Description
For now the Grid is using the Theme major/minorTick strokes to be styled.
This is a limitation because you might want totally different colors.
This patch is introducing a grid element on the Theme with major and minorLine strokes.
It also introduce on the Grid itself the same properties for both horizontal & vertical lines.
I will also attached a bit later and update of the mobileCharting demo to leverage this.
The Grid now takes uses these to draw itself. The priority is on the Grid style, then the Theme grid style and fallback to the old major & minor tick style if other properties are not set.
By default for compatibility reasons the other properties are not set.
Attachments (2)
Change History (6)
Changed 11 years ago by
Attachment: | dojox.charting.plot2d.Grid.patch added |
---|
Changed 11 years ago by
Attachment: | mobileCharting.grid.patch added |
---|
mobileCharting demo patch to leverage the feature
patch