Questions tagged [bullet-chart]

20 questions
0
votes
1 answer

Eliminate the gap at the end of a range of values in Highchart Bulletchart?

I want to show the last plot band value(225) as the max value in x axis.In the picture you can see the x axis max value is 300, that's why a gap is created. I want to show the plotband max value 225 as the max value in x axis. So the gap will…
0
votes
1 answer

HighCharts Bullet Chart label show on top Possible?

I want to show the label of this bullet chart in the top of the chart instead left side.Is it possible? Here is the code, Highcharts.chart('container2', { xAxis: { categories: ['Profit
%'] }, …
0
votes
1 answer

Tick position not working in highchart bulletchart

X axis tick position and tick interval is not working in highchart bulletchart. Mentioned below is the relevant code, please check and let me know the issue. http://jsfiddle.net/uj2k4bds/50/ Highcharts.setOptions({ chart: { inverted:…
0
votes
0 answers

how to write bullet.js file into bullet.ts or how to create bullet chart in angular2

How to deal with bullet.js in the below link I am using the link(below) for creating bullet chart in angular2. I have created a bulletchartcomponent and want to draw bulletchart . Can anyone do it on plunker for better…
user7803780
0
votes
1 answer

Uncaught TypeError: d3.bullet is not a function

Hi guys i have a problem creating a simple d3 chart for a javascript web project. This code is kind of created like in a tutorial so i don't really know why i get the error: Uncaught TypeError: d3.bullet is not a function as i installed d3 and am…
Torben
  • 558
  • 2
  • 7
  • 16
1
2