Login Register

Labels on points, Axis Title

Hello,

I would like to ask further,

1. Is it possible to add labels in my chart points?
2. X/Y Axis Title, is it possible. Dojo 0.4 can do it, but seems no longer working for 1.0
3. Chart Title.

Thank you for the responses in my previous posts.

Answers: Yes and no. You

Answers:

  1. Yes and no. You can define custom labels — see dojox/charting/tests/test_labels2d.html. But they will be shown only if they are marking ticks.
  2. Axis titles are not implemented yet.
  3. Chart title is not implemented intentionally — use HTML + CSS (e.g., tables) for that. It gives you the ultimate flexibility.