D3.js X axis line not displaying -


in example of bivariate chart (mbostock’s block #3884914), x-axis line not visible. tried in different ways not make line appear. can make line appear? ticks available in example.

link : http://bl.ocks.org/mbostock/3884914

this css rule, responsible hiding x-axis ,, need remove code , appear

.x.axis path {   display: none; } 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -