2,048
questions
0
votes
0
answers
18
views
Need help highlighting max and min datapoints on powerbi line chart from measure rather than column
Need Help Highlighting Max and Min Data Points in Power BI Line Chart
Please help, I have been stuck on this issue for a couple of days now and nothing I try is working.
I have a line chart in PBI.
...
0
votes
1
answer
81
views
How can I plot line chart for two specific rows of a table in google sheet, by writing script?
I have a table including some parameters that their values will be completed in 23 days.
I need a line chart for the values of row3(Comp Temp) and row6(Air Meas).
My problem is that everything is good ...
0
votes
0
answers
27
views
Fill graph doesn't work for line charts in chart.js 3.9.1 version
I'm plotting a line chart in my react project using chart.js (3.9.1). This is the data I'm passing to the chart. I can see the chart but I don't see the fill color for the chart. Strangely I see the ...
0
votes
0
answers
20
views
Distorted Line Chart while moving RuleMark Selector [duplicate]
I was able to code a line chart and everything is going well. Next I wanted to add a RuleMark selector so that when I move across the line chart I can see the values drawn on the line chart. The ...
-1
votes
1
answer
33
views
Excel VBA - Having issue with Embedded chart Line width After ActiveChart.SetSourceData Source:=
After copy pasting a embedded chart using vba
using below command to reassign the data range for each chart, when using below command chart's Line width going back to default width, Can I stop this ...
0
votes
0
answers
71
views
I use scottplot and the line in the graph has high and low peaks and is not linear
I'm trying to draw a line using scottplot version 5 in WPF on .NET 8 using C#. I read on the site and searched on Google on how to make the line progressive without having the peaks as in the graph
I ...
0
votes
1
answer
77
views
Power BI Line Charts: How to bring lines down to 0 for missing values
I have a line chart in Power BI. As you can probably tell, the first data point has a huge uptick because there are no other data points in between. Is there any way I can bring the line down to only ...
0
votes
1
answer
70
views
Openpyxl auto-assigns colors to charts' categories?
I'm writing a function that draw line charts based on data in a worksheet.
In this function, the flag "secondary" checks if the chart will be plotted with a secondary axis, following the ...
0
votes
0
answers
38
views
How to create a line chart with multiple data series and each line having a different gradient background in Android using Kotlin?
I am working on an Android project using Kotlin where I need to create a line chart with multiple data series. Each series should have its own gradient background, similar to the chart shown in the ...
3
votes
0
answers
81
views
Configures ChartLines objects in openpyxl
I'm using openpyxl to plot a graph, but I'm having trouble configuring the gridlines.
Example (simplified) Code
# Import
from openpyxl import Workbook
from openpyxl.chart import LineChart, Reference
...
1
vote
1
answer
36
views
ggplot line plots are not showing up on proportional secondary axis
I am trying to plot a barplot, and overlay some plots onto it using a secondary axis. I am able to adjust the secondary axis to be proportional to the values but the line plots still seem be squished ...
0
votes
2
answers
50
views
How to have line span from 2 points in chartjs?
I currently have a chart with a dynamic line and a horizontally static line:
Right now, the code manually types out the horizontal data points 50 times:
var data1 = {
datasets: [
...
0
votes
1
answer
157
views
Remove empty space at the end of line chart in Excel
How do I remove the extra space at the end of the line chart with the picture below. The NAs will be changed to actual numbers every week (So next column E will be changed to actual numbers), so I can'...
0
votes
0
answers
31
views
In a Stacked Line Chart, is there a way to stack multiple Y-Axes to match each graphed line in Apache echarts?
I want to re-create something like this with Apache echarts . A single x-axis and stacked y-axis .
I am building a project where i have to stack multiple control-charts each chart also having their ...
1
vote
1
answer
68
views
Conditional tick mark removal?
Can tick marks be removed where there is no label in deneb?
We also want to keep the max amount of gridlines possible.
Before
After
I tried using the conditional labels/located in the documentation, ...
0
votes
0
answers
28
views
I try to visualize groups of data with a line plot but each group has changing data on the x-axis
I am trying to solve a business problem. I was asked to do a line plot. Basically I have packages, which all contains x number of cases. Each package has a purchase date, which ranges from 1990 to ...
1
vote
1
answer
130
views
Blend Modes does not work as expected in Jetpack Compose
I'm trying to implement a line chart with points(as circles) on it. But regardless of which Blend Mode I'm using circles reveals line's intersection on it. Here is a picture of actual result:
I want ...
1
vote
0
answers
61
views
Two-Line Chart Problem. The two lines are shown connected [duplicate]
I have the following code for making a line chart with two lines:
import SwiftUI
import Charts
struct TempView: View {
let morningTemp: [Data] = morningData(range: range)
let eveningTemp: [...
0
votes
0
answers
24
views
How can we set line chart without stacked in it out of 5 stacked lines in Line Chart using QuickChart
I need to show a Line Chart with multiple line data in it. One of the line in Line Chart should not be stacked and remaining lines should be stacked.
I could able to achieve it if I set y1 axis(...
0
votes
1
answer
57
views
How to create Funnel report in horizontal that shows exit points?
I want to create this Funnel chart that shows exit point from one path to next but doesn't seems to have one. Is there anyone that have experienced in creating similar report from echarts? enter image ...
0
votes
0
answers
26
views
How do I breakdown a singular line of data in a LineChart
I have a line chart I use to display data and one of the lines in my line chart is called "Other" which is a bunch of different smaller data combined into one singular line. When I hover the ...
0
votes
1
answer
115
views
LineChart in SwiftUI multiple AreaMark colors
I have tried to look into having different colors depending on where in a linegraph you are. But this without success. It's always something that goes wrong sadly. I will show a few examples where it ...
1
vote
1
answer
184
views
Why isn't the 'labelColor' callback for the Chart.js Tooltip applying any changes?
I'm using vue-chartjs to display a line chart, and right now I'm customizing the appearance. I'm finding that certain attributes to style the Tooltip are not working. I'm currently trying the ...
0
votes
0
answers
82
views
Chart.js Line Chart to display values of default and added data
I have a Chart.js Line chart used in React (TS) project , that takes data from user input and displays. However I want to have some default values static to display permanently and as the user inputs ...
0
votes
0
answers
44
views
How to transition to a new data point in a realtime line chart using D3 React?
I am trying to build a realtime line chart using d3 and react. Currently I am generating dummy realtime data using setinterval. The chart does update but there is no transition or animation. Can ...
0
votes
0
answers
29
views
Dynamic Line Chart with Selection and Its Higher L1 & L2 Categories
Thanks to anyone who takes a look.
I've been frustrated for a few days, trying many ways and checking numerous posts, parameter (not working).
Model Detail:
I'm working with a 3-tiered data model and ...
0
votes
0
answers
24
views
SSRS Linechart with 2 lines formatting labels
I'm looking to create a graph with 2 lines and print labels of each value for both lines. I can't format it so it's readable.The labels always overlap when the two lines are too close and they place ...
0
votes
0
answers
47
views
Line Chart for Multiple Projects, Calculated from 1 Month Before Each Project's Start as 100
I want to create a Power BI accumulated line chart with multiple lines that every time should show 4 lines (1 for the project and 3 for benchmarks), and all calculated as 100 from 1 month before the ...
0
votes
0
answers
35
views
How do i get this binary option line chart trading widget
enter image description here
please anybody have an idea of how i can get this type of widget, i have checked trading view and some other platform, but have not been able to find it, source_line-> ...
1
vote
3
answers
73
views
D3 Multi-line chart shows 1 line instead of 3
I'm creating a 3-line chart using D3v7 but only 1 is showed. I'm unable to figure out why.
This is my dataset:
Current output:
Check out my code below:
// Setup SVG
var svg = d3.select("body&...
0
votes
1
answer
271
views
How can I lower the gap of Mui Line Chart's yLabel values
I want the chart to be the same as in the design that looks like. But the values on the left do not receive the values I give.
True Design :
False Design :
import React, { useState } from "...
0
votes
0
answers
25
views
line_chart_race(ValueError: Invalid format string )
Here is the code I used.
import bar_chart_race as bcr
import pandas as pd
# load data
df = bcr.load_dataset('covid19')
# make line chart race
bcr.line_chart_race(
df=df,
filename='...
0
votes
1
answer
133
views
Display value on line chart Prime NG Angular 16
I want to show the value on chart like that
i am using Angular 16 and for chart prime Ng
Please help me
I am trying to display value on chart not showing. tool tip is showing but value is not ...
0
votes
0
answers
77
views
Left padding on right positioning legend in react-chartjs-2 line chart
I am using react-chartjs-2 line chart and assign legend position to right side but graph and legend does not containing the space. I want to provide left padding to my legend which create the space ...
0
votes
0
answers
8
views
Dimple js: Setting x-axis intervals when comparing annual data series
I use dimple js to compare series of values from different years, plotting each series on the same graph.
To stack the annual series over each other, the x-axis is set to use a composite "...
0
votes
1
answer
37
views
Dashed line chart symbol for line chart is not coming for the legend items highcharts
We are having a combination of areaspline and line chart in a single graph and the area chart markers are getting display as dots but the line chart which is customised as a dashed line chart is not ...
0
votes
1
answer
46
views
How to add different labels for both side of a chart on y-axis highcharts
We have a chart with combination of 2 area charts with 1 line chart and the y-axis labels of area chart should be on left side and line chart labels on right side. And here the series values are ...
0
votes
0
answers
74
views
Using Chart.js library to draw a Line graph using coingeko api is not working properly
I got below error when I try implement a line chart
Canvas is already in use. Chart with ID '0' must be destroyed before the canvas with ID '' can be reused.
The code below is used visually to ...
0
votes
1
answer
63
views
Set the color of the line with the same color of the marker
I am trying to create a line chart with Highcharter in R where the color of the line will be the one that is is at the column COLOR of the dataframe.
The dataframe has at the first column: row_names, ...
0
votes
1
answer
27
views
labels customisation in line chart using highcharts
I am using line chart, where I have added plot bands ranges. I want to return those labels of y-axis which are present in plot bands.
labels: {
formatter: function () {
if ([-12, -10, 0.0, 6.5, 10, 20]...
0
votes
0
answers
22
views
Customize react-chartjs-2
My task is to create a chart with the following design using react-chartjs-2:
My current approach:
With options:
scales: {
x: {
ticks: {
maxTicksLimit: 8,
},
...
0
votes
0
answers
174
views
Apache Superset Dashboard
Currently I am working with PowerBI and now want to migrate on Superset. which i have created many graphs in PowerBI.
Problem is dual line chart is not showing in my graph group.
Exactly I want for ...
0
votes
0
answers
16
views
Power BI : Comparing Months from 2 years
actual result
I would like to have January after December as I would like to compare 2 measures month by month
I tried to sort year by year or add a different hierarchy but it didn't work
The main ...
0
votes
1
answer
93
views
d3 line chart with transition different line colors
I am using a d3 line chart that is based off this example:
https://codepen.io/louisemoxy/pen/qMvmBM
and am wondering whether I can color this line (also already when the transition is happening) ...
0
votes
0
answers
35
views
Bar Charts not showing bar when i scroll the graph and apply filter and need to mannualy scroll to see the bar
I'm using the react-native-victory chart for the bar graph I'm using zoom container for scrolling a large data graph when I scroll the graph and apply the filter my data changes and the bar not ...
1
vote
1
answer
26
views
single y-axis with multiseries, tickmarks on same y-axis for min and max of each series, highchart
enter image description here single y-axis with multiseries, tickmarks on same y-axis for min and max of each series, highchart.
The tick marks should come top most first series max, 2nd top 2nd ...
0
votes
0
answers
29
views
kotlin mpchart setting in yaxis, marker view
This is the chart I want
my create chart Code
val chartData = LineData()
val set1 = LineDataSet(clickCount, "클릭수")
set1.color = ContextCompat.getColor(itemView.context, R.color....
0
votes
0
answers
93
views
How to to prevent markPoint labels overlapping?
In the following example, label overlapping is prevented on the right Yaxis with labelLayout: {moveOverlap: 'shiftY'} and labelLine: {show: true}. But I didn't find how to prevent this on the left ...
0
votes
2
answers
225
views
How to have line labels on both sides of a Y-axis?
I would like to have line labels on both sides of a Y-axis, as in the following example:
I looked on ECharts examples and documentation, but I couldn't find which series type or options would allow ...
0
votes
0
answers
19
views
How can I render the LineChart inside a Bar using rechart library?
This is my data set
{
month: "Jan",
barValue: 10,
lineData: [
{ day: "1", value: 10 },
{ day: "2", value: 15 },
// more data for Jan
]...