yufeiminds / echarts-python

Deprecated. Use PyEcharts instead. https://github.com/pyecharts/pyecharts
417 stars 167 forks source link

add axis flag to json function #11

Closed bonfy closed 7 years ago

bonfy commented 7 years ago

Add axis flag to json function

For example, the pie example in echarts has no axis items in json.

With the axis flag set to False, I needn't to delete the axis item in javascript.

bonfy commented 7 years ago

I don't notice the @property at first

change the axis flag to the init function

yufeiminds commented 7 years ago

Thanks for your commit! 👍