Skip to content
Snippets Groups Projects
Commit d2937015 authored by Marcos Pieras's avatar Marcos Pieras Committed by Marcos Pieras
Browse files

chore: remove comments

parent bb02a1fa
No related branches found
No related tags found
1 merge request!326Feat(vis1 d)/add tooltip
Pipeline #141556 passed
...@@ -176,7 +176,7 @@ export const CustomChartPlotly: React.FC<CustomChartPlotlyProps> = ({ ...@@ -176,7 +176,7 @@ export const CustomChartPlotly: React.FC<CustomChartPlotlyProps> = ({
font: { font: {
family: 'Inter, sans-serif', family: 'Inter, sans-serif',
size: 12, size: 12,
color: '#374151', // change to gp default color color: '#374151',
}, },
xaxis: { xaxis: {
title: showAxis ? (xAxisLabel ? xAxisLabel : '') : '', title: showAxis ? (xAxisLabel ? xAxisLabel : '') : '',
...@@ -193,12 +193,12 @@ export const CustomChartPlotly: React.FC<CustomChartPlotlyProps> = ({ ...@@ -193,12 +193,12 @@ export const CustomChartPlotly: React.FC<CustomChartPlotlyProps> = ({
zeroline: false, zeroline: false,
}, },
hoverlabel: { hoverlabel: {
bgcolor: 'rgba(255, 255, 255, 0.8)', // Custom background color bgcolor: 'rgba(255, 255, 255, 0.8)',
bordercolor: 'rgba(0, 0, 0, 0.2)', // Custom border color bordercolor: 'rgba(0, 0, 0, 0.2)',
font: { font: {
family: 'Inter, sans-serif', family: 'Inter, sans-serif',
size: 14, // Font size size: 14,
color: '#374151', // Text color color: '#374151',
}, },
}, },
}} }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment