Questions tagged [bullet-chart]
20 questions
7
votes
3 answers
Using Kendo Dataviz Vertical Bullet Graph, How to add labels similar to Bar Graph?
Trying to Style up the Bullet Graph to be exactly as Marketing desires. The desired Graph looks like:
How do you add the labels at the top of the bars?
I've tried to set the labels property from the Kendo Documentation:
labels:
{
visible:…

Rodney Hickman
- 3,133
- 11
- 53
- 83
7
votes
2 answers
Saving D3.JS example "bullet.html" to SVG
I'm working with the bullet graph example on the D3.JS site at http://bl.ocks.org/4061961:
My goal is to save the bullet graph itself as an SVG file for editing in Inkscape. Using the rasterize.js example with phantom.js, I was able modify the…

John Leonard
- 291
- 2
- 9
3
votes
0 answers
PLotly two thresholds in Bullet Charts
Is it possible to have 2 trehsolds in a bullet charts? Currently I can only get 1 threshold
I have added a second threshold line but it wont get added to the plot:
fig <- plot_ly(
type = "indicator",
mode = "number+gauge+delta",
gauge = list(
…

H. berg
- 471
- 1
- 3
- 11
3
votes
3 answers
How to provide padding to the tickPosition on highchart?
I am using bullet chart of highchartto work alike progress chart somehow i achieved to make it look like as a progress chart, but the problem is that when my series data is near to equal it gets overlapped with each other. Please take a look…

DevProf
- 794
- 2
- 9
- 20
3
votes
1 answer
Bullet Chart Example
I'm referencing the bullet chart example at D3 v2.4.2 github repository.
I have a few question to help clarify what is happening in this example.
1) In the bulletChart function there are 8 declarations in the form
bullet.ranges = function(x) {},…

Tommy
- 31
- 4
2
votes
1 answer
Power BI Different style in dashboard than Developer tools Preview Options
First try at power BI Custom graphics, pardon me for some inconsistencies.
I'm trying to edit the Bullet Chart "BulletChartbySQLBI", so that it can meet my needs, but i cant seem to figure out why that the styling applied in dev. tools preview does…

Nuno cruz
- 215
- 3
- 10
2
votes
1 answer
Making a colored box plot without whiskers using D3
I am new to D3 and am hoping to show a range of prices (lowest price, median price, highest price) for different services using a graph similar to what Glassdoor uses (see this example: http://bit.ly/1koKeLL).
It's a horizontal bar chart that has…

user2793297
- 251
- 2
- 4
- 10
1
vote
1 answer
Bullet Chart in Series not displaying after y value
After setting the y value of yAxis the rest of the bar doesn't appear.
Eg. In the code I set the y value to 20 but after 20 there is nothing. So What I am trying to do is extend the all the line until max value and keep 20 .
Screen…

Mert Can Karakuş
- 13
- 6
1
vote
0 answers
ChartJS Bullet chart with text and color ranges and labels
I have a requirement where I need to build kind of bullet chart with ChartJS, below is what I need to have.
I found this link but not sure:
https://github.com/chartjs/Chart.js/issues/3735
Any clue how if ChartJS supports this or if is possible to…

VAAA
- 14,531
- 28
- 130
- 253
1
vote
1 answer
Nvd3js bullet chart : Chart.update does not update the chart
I had customized the nvd3 bullet chart ,its working fine.
Problem starts when window resizes,the chart.update handler creates an error d3.js:8868 Uncaught TypeError: Cannot read property '1' of undefined , thus code control does not run the chart…

adiinstack
- 96
- 5
1
vote
1 answer
Bullet chart ticks & labels in D3.js
I'm trying to blend the following two "official" D3 bullet chart examples into one:
http://bl.ocks.org/mbostock/4061961
http://boothead.github.io/d3/ex/bullet.html
I get the former to work locally, and I did manage to "plug" the JS code of the…

marcrichter
- 90
- 1
- 10
0
votes
1 answer
How to remove the whitespace surrounding a plotly bullet chart in R
I have created the following bullet chart in R
library(plotly)
fig<-plot_ly()
fig <- fig %>%
add_trace(
type = "indicator",
mode = "number+gauge+delta",
value = 35,
delta = list(reference = 100),
domain = list(x = c(0.25, 1), y = c(0.4,…

Raghavan vmvs
- 1,213
- 1
- 10
- 29
0
votes
1 answer
I want to provide the markers above the axis for bullet charts. I am using plotly library and figure_factory module
I am using plotly.figure_factory for making bullet charts. I am getting the output, but I want to provide the markers above the axis rather than on the axis. I've tried everything. Can anyone help me out?
import os
def main():
data =…

Siddharth Bhatt
- 1
- 2
0
votes
1 answer
Display multi bullet charts in two seperate rows in dash/plotly python
I would like to display multi bullet charts and icons using dash and plotly in separate rows. I would like them to display something like the image below. I've already implemented the multi bullet chart on one row. I'm having trouble placing another…

alphanumEric
- 89
- 8
0
votes
1 answer
G2Plot AntV library. Customize a Bullet Chart tooltip (display names instead of indices)
Is it possible to customize a tooltip of a Bullet Chart to display names instead of indices?

Nadzeya Yakimchyk
- 356
- 3
- 7