UNPKG

wix-style-react

Version:
63 lines (50 loc) 839 B
:import { -st-from: '../Foundation/stylable/colors.st.css'; -st-named: D55, F00, D40; } :import { -st-from: '../Foundation/stylable/typography.st.css'; -st-named: text-tiny-thin; } .root { position: relative; } .xAxis, .yAxis { -st-mixin: text-tiny-thin; height: 15px; } .yAxis line { stroke-dasharray: 5,5; } .xAxis path, .yAxis line { stroke: value(D55) } .yAxis path { display: none; } .yAxis text { text-anchor: end; color: value(D40); } .xAxis text { color: value(D40); } .tooltip { position: absolute; } .textPosition { position: absolute; text-align: center; width: 50px; } .tooltipInner { width: 48px; background: none; border: none; } .tooltipInner:focus { box-shadow: 0 0 0 3px value(F00); } /* st-namespace-reference="../../../src/StackedBarChart/StackedBarChart.st.css" */