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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -