145 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
754
views
Is there a way to have multiple y-axes in a stacked column chart in Powerbi?
I want to create a stacked column chart with multiple Y axes in the chart that are represented as columns.
I am aware that you can do a combined chart in Powerbi, but it only allows for the second ...
1
vote
1
answer
62
views
Change default Series 1 for a changing name
I have a column chart and I want to modify the name that is inside the column. The problem is that I do not want a static name neither the default one (Series 1)
The code is the following:
df <-
...
0
votes
2
answers
468
views
Power BI: Column chart with both top and bottom
I'm trying to get in the same bar chart both the highest TOPN and the bottom TOPN in a way that resembles this graph:
But so far, no luck. I'm using DIM_Brand'[Brand] as category and ...
1
vote
1
answer
621
views
How to change the color of bars according to their value, using the ApexCharts library and the Angular framework?
I have a component where I am displaying a graph with 2 series,
Indicators and Bonus
I set the rule so that when the value is from 0 to 99, the bar becomes red, and if the value is greater than 99, ...
1
vote
1
answer
645
views
Stack column chart in PowerBI with date on x-asix and count on y-axis
I have a data in below format and looking to get a stacked column chart as below. I am not sure how to club the dates and count together which are in multiple columns.
My data
I want to represent the ...
0
votes
0
answers
59
views
Any ideas how to get my axis labels to not overlap with the lines in highcharter in r?
I have spent forever trying to figure this out and cannot get the left side of a few of my labels to not intersect with the line. I have tried adjusting margins, padding, position, width, etc but ...
0
votes
1
answer
410
views
How to create two different chart with drilldown in highchart
Initially I want to show line chart
And show column chart after drill down specific point
Expected Result:
Before Drill down
After Drill down
For Answer check my js field link
https://jsfiddle.net/...
0
votes
1
answer
100
views
Kendo UI Column Chart data binding not working
In MVC application I am using Kendo column charts and I have the data as below.
Type
Percentage
Date
Color
A
25.5
2/12
#2456C7
B
70
2/13
#2456C8
B
50
2/14
#2456C8
B
55.5
2/15
#2456C8
A
60.3
2/13
#...
0
votes
1
answer
460
views
React: How to make different border-radius for each point in Highcharts column chart?
Lets start from the end, I want to make my column chart look like this:
This is very easy to make using chart.js
Credit: https://devsheet.com/code-snippet/bar-chart-with-circular-shape-from-corner-in-...
1
vote
1
answer
634
views
How to remove blank data in column chart in PowerBI
I have used the following dax formula to count rows based on dates filtering out blank ("null") data:
Avsluttet = CALCULATE(COUNTROWS(TICKET),NOT(ISBLANK('Table'[closed_at])), ...
0
votes
1
answer
153
views
highchart column chart negative stack labels overlap with axis labels
When there are negative stack labels for a column chart, they overlap with axis labels for considerably large values.
Here's a fiddle to recreate the problem.
[https://jsfiddle.net/adityapachpor/...
1
vote
1
answer
172
views
How to make column charts x axis present exactly one week in Ruby on Rails?
I am using "chartkick" gem for presenting data with the help of column chart.
Shortly, I am doing "ToDo" project and want to show how many tasks have been completed by the user ...
0
votes
1
answer
747
views
How to start the alignment of highchart bars from left side even for single bar
I need to start the alignment of highchart bars from left side even for single bar. I have gone through the highcharts doc but i didn't find any. can anyone help on this. thanks in advance.
0
votes
1
answer
419
views
Highcharts column chart with target and color gradient
Is below chart possible in highchart
Column with high, low and target
Color gradient with denser on target and lighter away
Data table for low, high and target
Managed to get some bits, but not full ...
0
votes
1
answer
2k
views
100% Stacked column chart in power bi
I have multiple columns in my sheet. for ex. my column names are- a1, a2, a3, b1, b2, b3, c1, c2, c3.
I want to create 100% stacked column chart where a1,a2,a3 should be in same 1 bar in chart, then ...