AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
1.29k
stars
377
forks
source link
points in the scatter chart goes beyond the x-axis to the left #685
Open
Muzaffarhssn5 opened 7 years ago
can anyone please help me with why this is happening... this graph has around 3000 points plotted in it.... could that be a reason....?
I have pasted the code below...
$scope.options4 = {
chart: { type: 'scatterChart',
} }
$scope.data4 = $scope.scatterGraph(dateId);
$scope.scatterGraph = function(dateId){ var v1 = [], v2 = [], v3 = [];