Skip to content

Commit

Permalink
feat: charts colors update #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 22, 2024
1 parent cd5edc3 commit 032e2a6
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class PrizmChartsWaterfallExampleComponent {
},
},
label: {
style: { fontSize: 10, fill: 'rgba(0,0,0,0.65)' },
style: { fontSize: 10 },
layout: [{ type: 'interval-adjust-position' }],
},
total: {
Expand Down
2 changes: 1 addition & 1 deletion apps/doc/src/app/charts/waterfall/waterfall.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class WaterfallComponent {
},
},
label: {
style: { fontSize: 10, fill: 'rgba(0,0,0,0.65)' },
style: { fontSize: 10 },
layout: [{ type: 'interval-adjust-position' }],
},
total: {
Expand Down
Loading

0 comments on commit 032e2a6

Please sign in to comment.