Skip to content

Latest commit

 

History

History
111 lines (62 loc) · 1.54 KB

CHANGELOG.rst

File metadata and controls

111 lines (62 loc) · 1.54 KB

Changelog

  • Fix #7 from DanMeakin, wrong str conversion of x-axis dates

0.6.0 (2013-06-05)

  • add AM_PM function for x-axis on lineChart

0.5.2 (2013-05-31)

  • ScatterChat option to pass 'size': '10' as argument of the series
  • fix in setup.py for python3

0.5.1 (2013-05-30)

  • fix multiChart with date

0.5.0 (2013-05-28)

  • add color_list option on piechart

0.4.1 (2013-05-06)

  • fix removed forced sorted on x-axis

0.4.0 (2013-04-28)

  • add support for Python3

0.3.6 (2013-04-24)

  • add custom dateformat var for tooltip

0.3.5 (2013-04-23)

  • fix style

0.3.4 (2013-04-23)

  • support for px and % on height and width
  • add tag_script_js property to disable tag <script>

0.3.3 (2013-04-23)

  • data series it now in javascript format

0.3.2 (2013-04-22)

  • fix lineChart tooltip

0.3.1 (2013-04-19)

  • Option to change the color schemes
  • Set a specific color per serie

0.3 (2013-04-19)

  • Add tooltip support
  • Mix enhancement of APIs

0.2 (2013-04-16)

  • Proper project release including support for the following chart:

    lineWithFocusChart lineChart multiBarChart pieChart stackedAreaChart multiBarHorizontalChart linePlusBarChart cumulativeLineChart discreteBarChart scatterChart

0.1 (2013-04-08)

  • First release