- added the `create_histogram` method and the `Histogram` object. - added the `round` parameter to `trend_line` and `ray_line` - chart.set can now be given line data. Bug Fixes: - `NaN` values can now be given when setting data, and will leave a blank space in the data. - `resize` will now change the chart wrapper’s size as well as the chart itself.
24 lines
312 B
Markdown
24 lines
312 B
Markdown
# Reference
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
abstract_chart
|
|
line
|
|
histogram
|
|
horizontal_line
|
|
charts
|
|
events
|
|
topbar
|
|
toolbox
|
|
tables
|
|
|
|
```
|
|
|
|
|
|
1. [`AbstractChart`](#AbstractChart)
|
|
2. [`Line`](#Line)
|
|
3. [`HorizontalLine`](#HorizontalLine)
|
|
4. [Charts](#charts)
|
|
5. [`Events`](./events.md)
|
|
6. [`Toolbox`](#ToolBox)
|
|
7. [`Table`](#Table) |