0
Fork 0
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:
Rishabh 2022-09-24 20:29:31 +05:30 committed by Rishabh Garg
parent ec5f09edeb
commit 6137f9d3d5

View file

@ -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
}; };