Open camilosampedro opened 7 years ago
Hi, Can you please share a jsfiddle example for the issue? Also are you using angular-nvd3 or nvd3? If its angular-nvd3, you may have to approach that forum.
I'm very sorry, I didn't know there was an angular2-nvd3
package. I will then try to use this chart with angular2-nvd3
and tell you if it works.
At the moment, it is built using just angular2
, nvd3
and semantic-ui
.
I will try to provide a jsfiddle with the actual code that doesn't work.
Thank you again.
hi @camilosampedro, I was just asking if you are using angular-nvd3. If you are using nvd3 package only, then please share a jsfiddle.
Good day,
This is happening to me:
The bars are above the y axis. I don't know if the environment has something to do here, I'm using
semantic-ui
(The chart is inside a semantic-ui card) within anangular2
application (The chart is inside an angular2 component) in NodeJS.I have tried to use the Line Plus Bar Chart in standalone and the problem doesn't appear there:
The last bar is below the axis as expected!
Thank you and have a good day