amcharts3 icon indicating copy to clipboard operation
amcharts3 copied to clipboard

show background shadow on line in bar with line chart in amchart

Open sainanky opened this issue 6 years ago • 1 comments

Currently, I have a chart which is combination of bar and line chart and I want to show the shadow on line chart is there any way to show the shadow on background here is the sample code to create line

objGraph.fillAlphas = 0; objGraph.lineAlpha = 0.7; objGraph.type = "line"; objGraph.title = "îàæï"; objGraph.lineThickness = 4; //objGraph.lineColor = "#" + objChartData.lstSerieses[j].Color; objGraph.lineColor = "#fff"; //objGraph.customBullet = "images/star.png"; // bullet for all data points objGraph.bullet = "round"; objGraph.bulletSize = 11; objGraph.bulletColor = "#fff"; objGraph.bulletBorderColor = "#000"; objGraph.bulletBorderThickness = 2; objGraph.bulletBorderAlpha = 1; //objGraph.bulletSize = 14; // bullet image should be a rectangle (width = height) objGraph.customBulletField = "bullet"; // this will make the graph to display custom bullet (red star) objGraph.bulletSizeField = "bulletSize"; objGraphdescriptionField = "description";

sainanky avatar Nov 06 '17 10:11 sainanky

I'm afraid I'm not entirely sure what is the question.

Let me just reiterate if I'm understanding you correctly. You want a line graph with a shadow, but want to go that shadow under a column graph?

martynasma avatar Nov 10 '17 07:11 martynasma