Enhancements:
- added the `align` parameter to all topbar widgets, allowing for individual widgets to be placed either on the left or right hand side of the topbar. - Disabled QtChart’s context menu by default. Bug Fixes: - The `screenshot` method now works for subcharts. - Tables will still render if a `NoneType` is passed to them as a value. - Qt and Wx charts no longer throw an error when using the toolbox.
This commit is contained in:
@ -17,6 +17,7 @@ tables
|
||||
|
||||
1. [`AbstractChart`](#AbstractChart)
|
||||
2. [`Line`](#Line)
|
||||
3. [`Histogram`](#Histogram)
|
||||
3. [`HorizontalLine`](#HorizontalLine)
|
||||
4. [Charts](#charts)
|
||||
5. [`Events`](./events.md)
|
||||
|
||||
Reference in New Issue
Block a user