Search the Community
Showing results for tags 'markers'.
Found 4 results
-
Hello! I am using a gantt chart. I fill it with tasks in the following way: tasks: { task: [ { label: "In Use", processid: "A", start: "1/1/2018", end: "13/1/2018", bordercolor: "#62B58D", color: "#62B58D", id: "1" }, { label: "Idle", processid: "A", start: "13/1/2018", end: "18/1/2018", bordercolor: "#F2726F", color: "#F2726F", id: "2" } ] } And I get the following chart: I need to add images to the start and end of a gantt chart task: I want to do this with annotations and markers. In the documentation, I found convenient markers for datasets: x:$dataset.0.set.1.STARTX, y:$dataset.0.set.1.STARTY With this marker, I can select the desired dataset and add an image for it. But in the Gantt chart, I do not use datasets, but tasks. What marker should I use to find the task I want and add images for it? Thank you!
- 3 replies
-
- gantt
- annotations
-
(and 2 more)
Tagged with:
-
Hi, I upgraded from .swf to javascript fusioncharts. I use the last version. In .swf map chart, I could drill down on marker. Now, I not able to set the xml to drill down on markers: is it still possible?
-
Is there any relationship between latitudes longitudes and fusionmap markers?
pravardhan posted a topic in Using FusionMaps XT
Hi, I want to draw natural gas pipelines along the U.S map. But I have the data for the pipelines in latitudes and longitudes. So is there any relationship between x/y co-ordinates and latitudes and longitudes? Regards, Pravardhan- 1 reply
-
- latitudes
- longitudes
-
(and 1 more)
Tagged with:
-
Hi! I have a map with countries. When I hover over any country area it changes color. If markers are defined on map(for example in shape of circle) and I try to hover over those markers, country area is not changing color(it only changes color when I hover over contries area and not markers inside that area). Is there a solution for this problem or it's not possible for contries to change color when you hover over both(markers and contry areas)? I have searched all over internet on how to solve this but nothing similar was found. Thanks