ICOS-Carbon-Portal / data

ICOS Carbon Portal's Data Service
GNU General Public License v3.0
2 stars 3 forks source link

Use a single scale if y and y2 have the same valueFormat #131

Closed jonathanthiry closed 4 years ago

roger-groth commented 4 years ago

Why loose equality on line 109? Function getColInfoParam return type any for some reason. It should be string?

jonathanthiry commented 4 years ago

Typescript tells me that getColInfoParam returns a string, where do you see that it returns any?

roger-groth commented 4 years ago

It showed type as any in my VS Code but if it works on your end, it's a problem with my setup. Looks fine.