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';
const CHART_COLORS = [
'#853EED',
'#CA3FED',
'#E993CC',
'#EE9696',
'#FEC7C0',
'#8e42ff',
'#BB4AE5',
'#DD97C9',
'#E19A98',
'#F5C9C2',
'#E6E9EB'
];
@ -40,7 +40,7 @@ export default class SourceAttributionChart extends Component {
}
},
tooltips: {
enabled: false
enabled: true
},
aspectRatio: 1
};