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

c# - Store DBContext Log in other EF table -

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

Nuget pack csproj using nuspec -