Skip to content

Commit

Permalink
Fix showing legend for EM
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed May 26, 2023
1 parent f68adac commit da242a2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -349,6 +349,7 @@ export const CHART_TYPES = {
};
options.legend = {show: false};
} else {
options.legend = {show: true};
options.tooltip = {custom: undefined};
options.colors = ['#00d150', '#008ffb', '#ff851b'];
}
Expand Down

0 comments on commit da242a2

Please sign in to comment.