Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

feat(color): add official ECharts color schemes #751

Merged
merged 2 commits into from
Aug 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rename categorical schemes
  • Loading branch information
villebro committed Aug 26, 2020

Verified

This commit was signed with the committer’s verified signature.
TarikGul Tarik Gul
commit 5aa3a8f0e3e83bea99d1c24ea2e02068273a63d4
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import CategoricalScheme from '../../CategoricalScheme';
const schemes = [
{
id: 'echarts4Colors',
label: 'ECharts 4 Colors',
label: 'ECharts v4.x Colors',
colors: [
'#c23531',
'#2f4554',
@@ -20,7 +20,7 @@ const schemes = [
},
{
id: 'echarts5Colors',
label: 'ECharts 5 Colors',
label: 'ECharts v5.x Colors',
colors: [
'#5470C6',
'#91CC75',