Skip to content
Snippets Groups Projects
Commit b042b795 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix(chart): Show Comparison if no current dataload but there is comparison data

parent 64004ab6
No related branches found
No related tags found
3 merge requests!437fix(chart): Show Comparison if no current dataload but there is comparison data,!435WIP: 1.4.0,!421feat(chore): 1.4.0
...@@ -218,7 +218,6 @@ const Bar = ({ ...@@ -218,7 +218,6 @@ const Bar = ({
{showCompare && {showCompare &&
compareDataload && compareDataload &&
compareDataload.value && compareDataload.value &&
dataload.value >= 0 &&
compareDataload.value >= 0 ? ( compareDataload.value >= 0 ? (
<g transform={`translate(${xScaleValue}, ${yScaleCompareValue})`}> <g transform={`translate(${xScaleValue}, ${yScaleCompareValue})`}>
<defs> <defs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment