PieSlice class setTitle() method doesn't work

Issue #29 new
Former user created an issue

When I'm trying to add a title to PieSlice it doesn't work.

Slice slice = new PieSlice(); slice.setTitle("asdf");

Please fix it asap.

Comments (11)

  1. iamisti

    It doesn't work for me neither. Using your example which I found in the source extending whit an additional command: slice.setTitle("asdf")

  2. iamisti

    Same for line graph. There are no possibility to set names for the points on the axis. It would be great if we can have this.

  3. Wolfram Rittmeyer

    @iamisti I was planning on adding some scale for the y axis of linegraphs anyway.

    Meaning: I would first add an y axis (some kind of hasYAxis boolean flag). Then I would add some grey hairlines across the graph (maybe also switchable with a flag).

    I'm not yet sure about the algorithm for those hairlines, though. How many or what kind of spacing between them. It highly depends on the y values, of course.

    Now I could also add some numbers next to the y asis so that the values of those lines get clear.

    Would that help?

    Alas, since I'm busy this week, that's most probably something for the next weekend.

  4. Emanuele Ricci

    I think that a good behaviour is to display a bubble attached to the slice with the name of the Slice when the user click on that slice.

  5. Log in to comment