mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
line chart color styles
This commit is contained in:
parent
fb1dd81a50
commit
07668dbbc2
1 changed files with 4 additions and 4 deletions
|
|
@ -64,9 +64,9 @@ export class LineChartService {
|
||||||
id: 'g0',
|
id: 'g0',
|
||||||
bullet: 'none',
|
bullet: 'none',
|
||||||
useLineColorForBulletBorder: true,
|
useLineColorForBulletBorder: true,
|
||||||
lineColor: 'rgba(0,0,0,0.3)',
|
lineColor: 'rgba(0,0,0,0.15)',
|
||||||
lineThickness: 1,
|
lineThickness: 1,
|
||||||
negativeLineColor: layoutColors.danger,
|
negativeLineColor: 'rgba(0,0,0,0.15)',
|
||||||
type: 'smoothedLine',
|
type: 'smoothedLine',
|
||||||
valueField: 'value0',
|
valueField: 'value0',
|
||||||
fillAlphas: 1,
|
fillAlphas: 1,
|
||||||
|
|
@ -76,9 +76,9 @@ export class LineChartService {
|
||||||
id: 'g1',
|
id: 'g1',
|
||||||
bullet: 'none',
|
bullet: 'none',
|
||||||
useLineColorForBulletBorder: true,
|
useLineColorForBulletBorder: true,
|
||||||
lineColor: 'rgba(0,0,0,0.4)',
|
lineColor: 'rgba(0,0,0,0.25)',
|
||||||
lineThickness: 1,
|
lineThickness: 1,
|
||||||
negativeLineColor: layoutColors.danger,
|
negativeLineColor: 'rgba(0,0,0,0.25)',
|
||||||
type: 'smoothedLine',
|
type: 'smoothedLine',
|
||||||
valueField: 'value',
|
valueField: 'value',
|
||||||
fillAlphas: 1,
|
fillAlphas: 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue