I'm trying to develop a multi-chart using angular-nvd3.
The chart works fine, I can get data and display the values I need. The problem I've got now, is that I'd like to display on the x-axis some specific values, but I can't for some reason.
here's…
I'm trying to display the months name to make a multi-chart graph that will analyze the data for this year and the previous one.
I was trying to do that using ticks.
here is a punker where i'm trying to do that, but I'm not able to display months…
I'm looking to hide tabs and then display them, but I'm facing a refreshing problem.
In fact if I select one chart then click on the hide botton to display the grid, it hides the other tabs but it displays always the nvD3 charts instead of the…
I want to show piechart and multiBar chart on my webpage. I have a controller to set data and options for these charts. Everthing works fine except for the formatting of these charts. I have the following code:
I am currently using the Angular-NVD3 library to generate a graph that look like this:
I have been tasked with adding a reference line on to the graph that will act as a target date. I have looked for a way to add an asymptote onto the y-axis, a…
I followed this post:
http://gonehybrid.com/bring-your-ionic-app-to-life-getting-started-with-d3-js/
I have all the libraries but unfortunately, I get this error:
Error: [$injector:modulerr] Failed to instantiate module starter due…
I have found the library nvD3-Angular which looks really good and friendly.
I am using it to plot just static data, but I want to be able to read data stored in my DB. Is there a way to set up the data variable with the mentioned data via AJAX using…
How can I get angular-nvd3 to work with Browserify? I install via npm install angular-nvd3 then use the following to create my module.
require('angular').module('myApp', [require('angular-nvd3')]);
My controller looks like
require('angular')
…
i am using angualr nvD3 directory for bullet chart. i want to dispaly the data in the form of bullet chart in a table.
var app = angular.module('plunker', ['nvd3']);
app.controller('MainCtrl', ['$scope','$http', function ($scope, $http ) {
…