javascript - yAxis doesn't work properly with D3.JS -
i realized graph d3.js library.
i'm using following syntax set axis format: chart.yaxis.tickformat(d3.format(",f"))
the problem on yaxis can't see number numbers.
for example have 1,000,000.24 can see 000,000.24
i read on documentation if didn't specify width should resize automatically respect content, not so.
what problem?
Comments
Post a Comment