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';
|
||||
|
||||
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
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue