sorting - (D3.js) How to invert the X-axis? From 0...10 to 10...0 -


i need invert x-axis have begin biggest value , degrade lowest. example beginning 2015 , ending 1985.

is possible sort original data json/array in php? or sorted lowest highest?

maybe help,reversed y-axis d3. can use code invert data. change .range([0, h]); .range([h, 0]);. sample sort data sort.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -