Skip to content

Commit 18674d9

Browse files
committed
fixed exported sample
1 parent fac00ed commit 18674d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/charts/data-chart/scatter-bubble-chart-fill-scale/src

samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default class Sample extends React.Component<any, any> {
6161
valueBrushScale1.isLogarithmic = false;
6262
valueBrushScale1.minimumValue = 0;
6363
valueBrushScale1.maximumValue = 100000;
64-
valueBrushScale1.brushes = "rgba(26, 161, 226, 1) rgba(24, 154, 217, 1) rgba(22, 146, 206, 1) rgba(19, 133, 188, 1) rgba(15, 121, 171, 1) rgba(12, 107, 153, 1) rgba(9, 94, 136, 1) rgba(5, 82, 119, 1) rgba(2, 70, 105, 1) rgba(0, 63, 94, 1)";
64+
valueBrushScale1.brushes = ["rgba(26, 161, 226, 1)", "rgba(24, 154, 217, 1)", "rgba(22, 146, 206, 1)", "rgba(19, 133, 188, 1)", "rgba(15, 121, 171, 1)", "rgba(12, 107, 153, 1)", "rgba(9, 94, 136, 1)", "rgba(5, 82, 119, 1)", "rgba(2, 70, 105, 1)", "rgba(0, 63, 94, 1)"];
6565

6666
this._valueBrushScale1 = valueBrushScale1;
6767
}

0 commit comments

Comments
 (0)