Thanks Chris! That was very helpful.
Lautaro.
El 01/08/12 16:07, Chris Cunningham escribió:
Hi Lautaro,
This is likely a bug that was introduced when they fixed the regularAxis to not show too many values - it apparently now can show too few. If this isn't fixed shortly by someone else on the list, I'll get to it in the next day.
As an alternative, try using #valueAxis; it will show reasonable values for the axis. I find that option very interesting most of the time:
chart := ESDiagramRenderer new. chart verticalBarDiagram y: [:eachAssociation | eachAssociation value]; identifier: [:eachAssociation | eachAssociation key]; valueAxis; models: d . chart open
-Chris