Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(chart): Fixes showing inactive series opaque.
Browse files Browse the repository at this point in the history
Closes #1146
  • Loading branch information
jsjsat committed Jun 9, 2020
1 parent dd046ec commit 5c9acfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/barista-components/chart/src/chart-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ export const DT_CHART_DEFAULT_OPTIONS: DtChartOptions = {
},
plotOptions: {
series: {
states: {
inactive: {
opacity: 1,
},
},
animation: {
duration: 1000,
easing: DT_CHART_EASEINOUT,
Expand Down

0 comments on commit 5c9acfc

Please sign in to comment.