File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/lib/components/linetimeseriechart Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
2121 getUnitLabel ,
2222} from '../linetemporalchart/ChartUtil' ;
2323import { Loader } from '../loader/Loader.component' ;
24- import { ChartTitleText , SmallerText } from '../text/Text.component' ;
24+ import { ChartTitleText , Text } from '../text/Text.component' ;
2525import { Tooltip as TooltipComponent } from '../tooltip/Tooltip.component' ;
2626import { formatXAxisLabel } from './utils' ;
2727import {
@@ -452,7 +452,7 @@ export function LineTimeSerieChart({
452452 < Box ml = { spacing . r4 } >
453453 < TooltipComponent
454454 placement = { 'right' }
455- overlay = { < SmallerText > { helpText } </ SmallerText > }
455+ overlay = { < Text > { helpText } </ Text > }
456456 >
457457 < Icon name = "Info" color = { theme . buttonSecondary } />
458458 </ TooltipComponent >
You can’t perform that action at this time.
0 commit comments