Skip to content

Commit

Permalink
feat: update category20 (#5495)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Aug 31, 2023
1 parent b851ca3 commit 83bcc17
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 14 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __tests__/integration/snapshots/api/chartChangeDataFacet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __tests__/integration/snapshots/static/energySankeyDefaults.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __tests__/integration/snapshots/static/flareTreemapDefault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __tests__/integration/snapshots/static/gdpIntervalFlex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __tests__/integration/snapshots/static/gdpIntervalVarSize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __tests__/integration/snapshots/static/miserableForceDefault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
>
<span
class="g2-tooltip-list-item-marker"
style="background: rgb(255, 175, 250); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
style="background: rgb(45, 227, 121); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
/>
<span
class="g2-tooltip-list-item-name-label"
Expand Down Expand Up @@ -53,7 +53,7 @@
>
<span
class="g2-tooltip-list-item-marker"
style="background: rgb(239, 191, 119); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
style="background: rgb(35, 124, 188); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
/>
<span
class="g2-tooltip-list-item-name-label"
Expand Down Expand Up @@ -82,7 +82,7 @@
>
<span
class="g2-tooltip-list-item-marker"
style="background: rgb(102, 193, 223); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
style="background: rgb(188, 124, 252); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
/>
<span
class="g2-tooltip-list-item-name-label"
Expand Down Expand Up @@ -111,7 +111,7 @@
>
<span
class="g2-tooltip-list-item-marker"
style="background: rgb(128, 147, 255); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
style="background: rgb(170, 186, 1); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px;"
/>
<span
class="g2-tooltip-list-item-name-label"
Expand Down
20 changes: 10 additions & 10 deletions src/theme/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ export const Light: TC<LightOptions> = (options) => {
'#FF80CA',
'#2491B3',
'#17C76F',
'#8093FF',
'#66C1DF',
'#EFBF77',
'#FFAFFA',
'#D5A5FA',
'#78DF78',
'#ECD74D',
'#FFAFC8',
'#73A2D1',
'#74DDCB',
'#AABA01',
'#BC7CFC',
'#237CBC',
'#2DE379',
'#CE8032',
'#FF7AF4',
'#545FD3',
'#AFE410',
'#D8C608',
'#FFA1E0',
],
enter: {
duration: 300,
Expand Down

0 comments on commit 83bcc17

Please sign in to comment.