Closed josephruscio closed 10 years ago
Looks like the call to Seer::visualize() produces output only for ERB. Current workaround is to inline that call as ERB:
:erb <div id="chart"></div> <%= Seer::visualize() %>
Looks like the call to Seer::visualize() produces output only for ERB. Current workaround is to inline that call as ERB: