I need to add Start up animation on Pie chart in angular-nvd3 chart library , it is possible to add animation to some parts but I could not set animation for pie chart .
here is sample code http://plnkr.co/edit/vtKWU0?p=preview
I'm using Krispos angular-nvd3 to render a line chart. For some reason the lines are rendered outside the chart or the dates are wrong. The x-axis is a time scale and the min and max values of the xDomain is set using datepicker.
When setting the…
I'm using nvd3js for angular (http://krispo.github.io/angular-nvd3/#/), and I would like to add a text right after the title (in this case the title is 98%) and the text to be added is "done". I was able to make it work so far, but I couldn't seem…
I'm using NVD3 to display of a number of line charts and would like to be able to get the min and max values of the xAxis currently displayed. In this case the xAxis shows time values.
When toggling the visibility of lines in the chart, by clicking…
I'm using the "Multichart" with the Angular Nvd3 directive, and I keep getting this error saying:
Error: Invalid value for attribute transform="translate(0,NaN)"
and I have no idea why this happens.
My HTML-code looks like this:
I'm trying to figure out how to change the ranges of my y-axis in the nvd3 charts on my angular app. I'm using Krispo's Angular-NVD3 library, and looked into his forums and documentation for directives involving forceY. In this forum Krispo mentions…
I'm using exupero's saveSvgAsPng library to save SVG's to PNG-files, but I've run into a problem when combining it with Angular-Nvd3.
I get an error saying:
Uncaught TypeError: el.getBBox is not a function
Which to me seems like the function…
I'm having a hard time getting the title to display for a donut chart. Here is the plunkr I have: http://plnkr.co/edit/nJBpvU3YFAGaoc5BTXi7?p=preview. Here are the options I put:
$scope.options = {
chart: {
type: 'pieChart',
…
I need to add more attributes in tooltip series in Angular NVD3 line chart, if possible, without modifying the NVD3 source code. I know there are similar posts, but none of them covers this scenario.
Here is my tooltip section in…
I copied all options and datasource from example . and the graph shows , but I can't see the bars . but if I mouse over it , it gave me a tooltips. so the bar is there , but I can't see it..
the version I used was Angular-nvd3 1.0.7
and the code…
As you can see in the above picture, I have two type of data array, In one set of data on y-axis I am getting in degree celsius and another of data array I am getting in hertz (hz),
And the is quite possibly at runtime I can get some other dataset…
Hi have an app with some graphs and I use a callback function to get the clicked point. I want to highlight it but I don't find any solution who work, and the documentation of this plugin is inexistant.
Here is the options for my graph :
…