Jump to content
JChartFX Community

tenstreet_dev

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by tenstreet_dev

  1. I'm working on implementing the jchartfx maps feature.  However, I'm having a hard time figuring out where to hook into the onclick event.  I'm wanting to navigate to another page based on what state is clicked in the 'US_ContinentalStates.cmf' map.  Is it possible to hook into this event?  I've been able to use some basic jquery as follows:

     

    $("#ChartDiv").click(function(evt)
        {
    alert('Map Clicked.');
        });
     
    I'm just not sure how to get the state from here.
     
    Thanks for any help!
×
×
  • Create New...