Tagged Questions
0
votes
1answer
11 views
add message on hover series name highcharts
i'm trying to add a message when hover a series name and i just cant find the way to do it,
this is what i want want to happen:
when the user hover the "all your locations" series name the red box ...
0
votes
1answer
12 views
Highcharts columnchart: How to seperate overlapping columns
I am using highCharts to plot certain data points in a column chart. My x-axis is datetimestamped and y-axis is simple numeric frequency.
Two of my datapoints are overlapping. I want them to be shown ...
0
votes
0answers
8 views
Load a highcharts graph with a json file
I am trying to load a a graph inside my document.ready function after an ajax call.
The JSON is generated via php and the result is this:
[{"name":"Precios","data":[["5.50","2013-07-01 ...
0
votes
1answer
13 views
Changing Highcharts font size
I'm looking at using HighCharts for a webpage, specifically:
http://www.highcharts.com/demo/column-basic/dark-green
However, the font sizes are too small. I've tried adding:
legend: {
...
0
votes
1answer
15 views
Highcharts line chart, hover over point selects another point on chart
To my chart I pass data as array of arrays of UTC datetime and value, e.g :
[
[1374537600000, 69.67575704891426]
[1373932800000, 69.67575704891426]
]
I hard-coded the data values in this ...
0
votes
2answers
20 views
Highcharts data plugin decimal seperator
If got the highcharts 3 data plugin to read the values from a table. This not the problem for english because of the . for the decimal seperator. In dutch the table uses a , as decimal separtor. The ...
0
votes
2answers
26 views
HighCharts Place Label on Bar
Given the below image - I would like to take the label from the legend for each column and print it on the column itself. I have not been able to find anything in the HighCharts API that will allow me ...
0
votes
1answer
10 views
highchart giving no output
Hi i am following standard tutorial on highcharts site .http://docs.highcharts.com/#your-first-chart
i have followed same instruction, and wrote this code. i am not getting any output on screen. ...
0
votes
1answer
18 views
Feeding the data through an angular factory to a controller
I am trying to retrieve json data through an angular factory function and feeding the data to a controller to create a chart (highchart) object. However, this gives me a "Argument 'Factory Function ...
0
votes
3answers
20 views
Highcharts series and categories not adding dynamically from ajax request
I am working on the highchart.I came across a problem where the categories data and series data which I am loading dynamically is not showing up. Here is my code.
function loadChart() { ...
1
vote
1answer
30 views
Strange character in the Highstock source code
I was looking at the most recent code for highcharts, when I saw this segment:
wrap(opacityHook, 'get', function (proceed, elem, computed) {
return elem.attr ? (elem.opacity ||Â 0) : ...
0
votes
1answer
17 views
Dynamically applying plot bands to a Highcharts graph
I'm outputting a line graph to my page using the Highcharts API and applying the following methods to it:
zoomType: 'x',
event.preventDefault(),
alert(event.xAxis.min) & alert(event.xAxis.max)
...
0
votes
2answers
27 views
Focusing on the new object
I have a chart in my page, When I click on a hyper link, an other detailed chart appears below. Now what i want is, when I click on the link, the focus of the window should goto my new chart which is ...
0
votes
0answers
31 views
Many js functions calls from view
Rails 4.0
I have js function in my view (highcharts)
<script type="text/javascript">
$(function () {
var chart = new Highcharts.Chart({
//some other static attributes
...
0
votes
1answer
19 views
How to show other point property in bubble highcharts using tooltip
I'm searching for a way to show the name property using a tool-tip, this way does not work.
Property plotOptions:
...,
plotOptions : {
bubble : {
tooltip : {
...