mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Refined attribution chart legends to match table
refs https://github.com/TryGhost/Team/issues/1941
This commit is contained in:
parent
ec5f09edeb
commit
6137f9d3d5
1 changed files with 6 additions and 6 deletions
|
@ -2,11 +2,11 @@ import Component from '@glimmer/component';
|
||||||
import {tracked} from '@glimmer/tracking';
|
import {tracked} from '@glimmer/tracking';
|
||||||
|
|
||||||
const CHART_COLORS = [
|
const CHART_COLORS = [
|
||||||
'#853EED',
|
'#8e42ff',
|
||||||
'#CA3FED',
|
'#BB4AE5',
|
||||||
'#E993CC',
|
'#DD97C9',
|
||||||
'#EE9696',
|
'#E19A98',
|
||||||
'#FEC7C0',
|
'#F5C9C2',
|
||||||
'#E6E9EB'
|
'#E6E9EB'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ export default class SourceAttributionChart extends Component {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltips: {
|
tooltips: {
|
||||||
enabled: false
|
enabled: true
|
||||||
},
|
},
|
||||||
aspectRatio: 1
|
aspectRatio: 1
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue