poonam

Members
  • Content count

    1
  • Joined

  • Last visited

About poonam

  • Rank
    Forum Newbie
  1. Hi all, I am using following function to print the graph: function exportChart(){ //Get chart from its ID var chartToPrint = getChartFromId("chart1Id"); chartToPrint.print(); } It gives me javascript error - Object doesn't support this property or method. Please help me in resolving this error. Thanks, Poonam