Skip to content

Commit 055852c

Browse files
committed
update
1 parent 8060c61 commit 055852c

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

chartlets.js/CHANGES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
## Version 0.1.0 (not started)
1+
## Version 0.1.0 (in development)
22

33
* Reorganised Chartlets project to better separate demo from library code.
4-
- Using monorepo layout for `chartlets.js` that contains separate
5-
packages for `chartlets` and `chartlets-demo`.
6-
- Created separate package `demo` in `chartlets.py` that contains
7-
a demo server and example contributions.
4+
Using monorepo layout for `chartlets.js` that contains separate
5+
packages for `chartlets` and `chartlets-demo`.
86

97
* Chartlets now allows for plugins that can provide individual component
108
implementations.

chartlets.py/CHANGES.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## Version 0.0.30 (in development)
1+
## Version 0.1.0 (in development)
22

3-
* Allow for different chart providers:
4-
- Renamed `Plot` into `VegaChart`.
5-
- `VegaChart` is defined only if `vega-altair` is installed.
3+
* Reorganised Chartlets project to better separate demo from library code.
4+
Created separate package `demo` in `chartlets.py` that contains
5+
a demo server and example contributions.
6+
7+
* Allow for different chart providers. `VegaChart` is defined
8+
only if `vega-altair` is installed.
69

7-
* The `Plot` component now respects a `theme` property. If not given,
8-
it will respect the current MUI theme mode `"dark"`.
10+
* Renamed `Plot` into `VegaChart`, which now also respects
11+
a `theme` property.
912

1013
## Version 0.0.29 (from 2024/11/26)
1114

chartlets.py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# chartlets
1+
# Chartlets
22

33
[![Backend CI workflow](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml)
44
[![PyPI Version](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/)

0 commit comments

Comments
 (0)