jettro / c3-angular-directive

Contains angularjs directives that use c3js to create good looking graphs
http://jettro.github.io/c3-angular-directive/
MIT License
203 stars 98 forks source link

Incorrect documentation for chartAxisXTick directive #171

Closed cfsilence closed 6 years ago

cfsilence commented 7 years ago

Documentation for chartAxisXTick is incorrect for the tick-format and tick-format-time attributes.

According to source code these attribute are named format and formatTime respectively:

image

jettro commented 6 years ago

With pull request changes the parameters names to reflect what the documentation says.