Search Unity

[RELEASED] Awesome Charts

Discussion in 'Assets and Asset Store' started by grzegorz-lipski, Feb 19, 2019.

  1. grzegorz-lipski

    grzegorz-lipski

    Joined:
    Nov 8, 2017
    Posts:
    5


    Awesome Charts allows you to create beautiful charts within a few minutes.

    This library is focused on 2d UI Canvas charts. It comes with plenty of options to customize look
    and feel. Full source code is included with a few examples. At this moment library supports line
    and bar chart.




    Key features
    - Customizable bar chart
    - Customizable line chart
    - X and Y axis labels customization
    - X and Y axis lines customization
    - Multiple data sets available
    - Full source code included
    - Example scenes included

    Support email: support@happypixels.codes

    [ASSET STORE]
     
  2. grzegorz-lipski

    grzegorz-lipski

    Joined:
    Nov 8, 2017
    Posts:
    5
    Awesome Charts has been recently updated to version 1.0.2

    New version features LegendView. It's fully customizable component to display information about data sets used in your charts. It can be attached directly to chart, so data will be displayed automatically, or used separately. LegendView supports both vertical and horizontal items alignment.


    This update also contains some bug fixes and improvements.
     
  3. grzegorz-lipski

    grzegorz-lipski

    Joined:
    Nov 8, 2017
    Posts:
    5
    Awesome Charts has been updated to version 1.1.0

    This version adds PieChart!
    It can be customized with multiple properties both by code and editor.



     
  4. grzegorz-lipski

    grzegorz-lipski

    Joined:
    Nov 8, 2017
    Posts:
    5
    A few updates arrived since last post. Here is the list of changes.

    * 1.1.4 *
    - support for negative values in line chart added
    - auto axis value calculation split into separate properties for min and max value
    - version migration section added to documentation

    * 1.1.3 *
    - fixed bug with child management after upgrade to 1.1.2 from lower version

    * 1.1.2 *
    - Added methods to clear data sets and entries
    - Added option to control line chart value indicator visibility
    - Improved charts drawing
    - Fixed errors appearing when working with prefabs
    - Fixed axis errors for specific data

    * 1.1.1 *
    - Build execution fixed