We'll use this article to list out miscellaneous, often weird examples we create per our client's requests. They might be too "niche" to warrant a separate article, but nevertheless might make somebody's day or life easier.
A JavaScript Stock Chart with the ability to change graph type for each panel individually:
http://jsfiddle.net/amcharts/32usT/
Programatically force Stock Chart to group datapoints into particular periods: (days, weeks, months)
http://jsfiddle.net/amcharts/N2WeH/
Creating a multi-section floating bar chart by creating an AmGraph instance for each subsequent section
http://jsfiddle.net/amcharts/w7g6q/
Chart with dual range fills. (a workaround using two graphs)
http://jsfiddle.net/amcharts/wnEZE/
Displaying cursor date in the Stock Chart legend
http://jsfiddle.net/amcharts/MTRjt/
Marking out a sqaure area on the serial graph with a behind the graphs square and some text
http://jsfiddle.net/amcharts/Ymrx6/
Reusing data from Yahoo Finance in CSV format for JavaScript Stock Chart
http://jsfiddle.net/amcharts/qVJHq/
Creating a duplicate value axis on both the left and right sides of the plot area
http://jsfiddle.net/amcharts/eybZd/
Selecting chart columns with a click
http://jsfiddle.net/amcharts/z3KsE/
Using Guides to mark out certain days like weekends on a date-based chart
http://jsfiddle.net/amcharts/qXhBL/
Floating stacked column chart that spans from negative values with indicator line
http://jsfiddle.net/amcharts/dNvEE/
Plotting graphs from separate datasets on separate value axes on Stock chart
http://jsfiddle.net/amcharts/aeY7G/
Using donut charts to display progress
http://jsfiddle.net/amcharts/a5Aaw/
Two pie charts sharing a legend
http://jsfiddle.net/amcharts/KmW26/
Discharge Meter chart example
http://jsfiddle.net/amcharts/XQ6aH/
XY Bubble chart linked to Pie chart
Selecting bar chart series using external list and jQuery
Automatically handling negative values in pie chart
http://jsfiddle.net/amcharts/w95XE/
Parsing CSV data from a texarea:
http://jsfiddle.net/amcharts/jUKxs/
This is great. Very very helpful. Wish I could find this earlier as it would have saved so much time :)
Thank you
This was a helpful collection of examples. What I'm looking for is one illustrating the use of synchronizeWithAxis
Thank You
This is very helpful .
http://stackoverflow.com/questions/34436678/give-same-color-to-errorfields-and-bullets-in-amcharts
http://stackoverflow.com/questions/34070257/bullet-connect-by-line-having-same-color-on-mousehover-amchart