Ahmed

Results 2 issues of Ahmed

I made a linear chart with the following props ``` { const transformProperty = `translate(${props.x},${props.y})`; if (props.tickIndex % 2 === 0) { return ( {props.value} ); } return ; },...

:speech_balloon: tooltip
:chart_with_upwards_trend: line

I'm trying to use this library in a project built with antd 4. For some reason, importing the component (without even importing the styles) breaks my theming and makes the...