1

I am developing charts with ng2-nvd3. Initially set xAxis range in lines:

            forceX: [950, 3050],
            brushExtent: [1000, 3000],

Providing these lines I want to filter my chart with brushExtent on xAxis and simultaneously I want to extend that area to unset first and last point of chart on edges of the area.

1.Result of use lines above: enter image description here

2.Only with set brushExtent: enter image description here

3.Going to achieve this result(on edges there aren't point of chart): enter image description here

http://plnkr.co/edit/LP8a0oAhkIsDBYLvpKhT?p=preview

0 Answers0