d3.js - ClojureScript NVD3 full-height shaded intervals -
my graphs indicate "no data" calculating holes in datasets, generating new fake dataset ranges nil
max(all-y-values)
, making full-height background. make "area" dataset , apply svg pattern make this:
the problem arises when y-axis scale greater data, in other words when max(all-y-values)
doesn't coincide top of graph.
i need make these shaded background intervals always full height of graph, , i'm willing rethink whole process of adding them.
my recent attempts have been trying follow "filling area above line" example described in d3 tips , tricks nvd3 documentation , various other resources, haven't seen working.
this "filling area above line" example link:
any solution must either use clojurescript , om or @ least directly compatible them, since have proof of concept in above links , looking more.
Comments
Post a Comment