Skip to main content

All Questions

Tagged with
1 vote
1 answer
34 views

Secondary y axis R ggplot2

I need a graph with a secondary y axis like this, but I'm having some issues: I have tried a lot of changes in my code, but it seems like the axis scales are not working, and now this is what I got: ...
INGRID MENDOZA's user avatar
1 vote
1 answer
323 views

Change the Chart Style for a Line Chart in Excel with Openpyxl

I have this following code to export a set of dataframes and then convert them to tables in excel and applying a color format, then it creates Line Graphs for every table, everything works but I'm ...
Berny's user avatar
  • 135
0 votes
0 answers
23 views

Fit two line graphs with different values in the same chart

I have one set of data called Earnings which span from 0-80000, and one called NBPrice which span from 0-200, and would like to fit both in the same chart, but the first range is too high, any way to ...
user22191373's user avatar
0 votes
0 answers
212 views

Disable y-axis auto-fit in chart.js

Good morning everyone, I am working with Chart.js, I have a need to get a line chart that does not auto-fit the y-axis. That is, I want that whatever value is loaded on the chart, the y-axis remains ...
Cb95's user avatar
  • 73
1 vote
1 answer
105 views

display every other item on axis

Google line chart displaying temperature hour for hour. Is it possible to just display every other hour on the x-axis. I could just set every second string to empty, but then one wouldn't be able to ...
andreasv's user avatar
  • 460
0 votes
1 answer
1k views

ChartJs. How to stretch up line graph to the edges?

I use ChartJs library for building graphs. For now my graphs have "side gaps". I want stretch line graphics to the full width and height like this: I tried to change canvas width and it ...
Exoriri's user avatar
  • 397
0 votes
1 answer
33 views

Build a line graph in excel sheet

I have a table with the following data(PFA the image), requirement is to build a line graph with Date in X-Axis and Count in Y-Axis, the Systems should be of each series. When I select the Date column ...
Venkat's user avatar
  • 47
0 votes
1 answer
957 views

PHP - Line Chart of a Combined Array

I have an array; $arrgraph={"800":800,"1650":850,"2450":800,"3200":750,"4300":1100,"5250":950,"6200":950,"7150":950,"8000":850} I found this array with array_combine from those 2 arrays: $arr=...
Tanay Acan's user avatar
2 votes
0 answers
228 views

How to make tooltip follow mouse smoothly?

I wondered if it was possible to make the tooltip follow the mouse as you hover over another coordinate in a delayed but smooth transition? At the moment the tooltip appears and disappears instantly. ...
Slush-Puppy's user avatar
1 vote
1 answer
447 views

How to make Google Line Chart circle have border?

I wondered if it was possible to make the circle, that appears once hovered across the Google line chart, have a coloured border?
Slush-Puppy's user avatar
1 vote
1 answer
647 views

How to get rid of comma in tooltip data on Google chart?

I want to get rid of the comma that separates the number/date in the tooltip and would like to format the the data as '2010' rather than '2,010' google.charts.load('current', { callback: function ...
Slush-Puppy's user avatar
0 votes
2 answers
98 views

Changing and altering ranges of x and y axis in a line graph in MatplotLib

I have created a line graph in Image 1 while I want to change my x-axis which is the 365 days of a year to 12 months but need to plot values of each date. I want to develop a graph like 2. My ...
Maitree Rawat's user avatar
2 votes
1 answer
846 views

D3.js Add a Shaded Timeframe Region Behind A Line on a Line Graph

I am using D3.js (v4) to create a simple line graph that looks like this: Simple Line Graph Here is the fiddle I would like to add a second data set that shows a shaded timeframe region behind the ...
ShittyDeveloper's user avatar
0 votes
1 answer
280 views

Hightcharts line graph real-time data with no interval?

There are plenty of examples out there that shows how to render the chart in real-time, but they all use interval with 1 second. The issue is, I'm getting data less than milliseconds, in fact, less ...
user avatar
0 votes
1 answer
46 views

Graph an individual road's condition over time in a form

I have a road_insp query in an MS Access database: +---------+---------+-----------+-----------+ | INSP_ID | ROAD_ID | INSP_YEAR | CONDITION | +---------+---------+-----------+-----------+ | 1 |...
User1974's user avatar
  • 398

15 30 50 per page