1.12.2 • Published 8 months ago

@visactor/vchart-theme v1.12.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@visactor/vchart-theme

Description

The extension themes for VChart.

The list of themes included here is as follows, with links to the theme JSON files:

Usage

Import the full theme map and register them in sequence:

import { allThemeMap } from '@visactor/vchart-theme';
import VChart from '@visactor/vchart';

// register themes
allThemeMap.forEach((theme, name) => {
  VChart.ThemeManager.registerTheme(name, theme);
});

// apply a theme
VChart.ThemeManager.setCurrentTheme('vScreenVolcanoBlue');

If you only use a specific theme, you can also import the specific theme JSON from this package:

import vScreenVolcanoBlue from '@visactor/vchart-theme/public/vScreenVolcanoBlue.json';
import VChart from '@visactor/vchart';

// register the theme
VChart.ThemeManager.registerTheme('vScreenVolcanoBlue', vScreenVolcanoBlue);

// apply the theme
VChart.ThemeManager.setCurrentTheme('vScreenVolcanoBlue');

Debug

Run the following command from any location in the project to start the dev server:

rush theme
1.12.2

8 months ago

1.12.1

10 months ago

1.12.0

10 months ago

1.11.6-alpha.2

11 months ago

1.11.6

11 months ago

1.11.6-alpha.0

11 months ago

1.11.6-alpha.1

11 months ago

1.11.4

1 year ago

1.11.3

1 year ago

1.11.5

1 year ago

1.11.2

1 year ago

1.11.1

1 year ago

1.11.2-alpha.0

1 year ago

1.11.1-alpha.2

1 year ago

1.11.1-alpha.1

1 year ago

1.11.1-alpha.0

1 year ago

1.11.0

1 year ago

1.10.4

1 year ago

1.10.2

1 year ago

1.9.4

1 year ago

1.9.3

1 year ago

1.9.0

1 year ago

1.7.3

1 year ago

1.8.8

1 year ago

1.6.9

1 year ago

1.6.8

1 year ago

1.7.2

2 years ago

1.6.7

2 years ago

0.16.17-alpha.0

2 years ago

0.16.17-alpha.2

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

1.6.4

2 years ago

1.7.0-alpha.0

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.1-alpha.0

2 years ago

1.6.0-beta.0

2 years ago

1.6.0

2 years ago