Menu

#35 Title of series

v0.9.0
closed
nobody
swtchart (37)
5
2014-02-19
2011-07-04
alondro
No

It would be a nice feature to show a title for a series within the ledgend and not only the id.

Discussion

  • yoshitaka

    yoshitaka - 2011-07-14
    • labels: 1055265 --> swtchart
    • milestone: 2033156 --> v0.7.0
     
  • yoshitaka

    yoshitaka - 2013-12-13
    • status: open --> pending
    • Group: v0.7.0 --> v0.9.0
     
  • yoshitaka

    yoshitaka - 2013-12-13

    The following APIs have been added to ISeries.

    /**
     * Sets the series description.
     * <p>
     * For example, you may store the description explaining what this series
     * is, and display it on tool tip with mouse hover on the series.
     * <p>
     * By default, legend displays the description, when it is set.
     * 
     * @param description
     *            the series description, or <tt>null</tt> to clear it
     */
    void setDescription(String description);
    
    /**
     * Gets the series description
     * 
     * @return the series description, or <tt>null<tt> if not set
     */
    String getDescription();
    
     
  • yoshitaka

    yoshitaka - 2014-02-19
    • Status: pending --> closed