dc-js / dc-js.github.io

Public website for dc.js
Apache License 2.0
1 stars 2 forks source link

Use UJS in examples #3

Open kum-deepak opened 1 year ago

kum-deepak commented 1 year ago

Currently, a few places examples use javascript in actions. For example:

<a class="reset" href="javascript:dayOfWeekChart.filterAll();chartGroup.redrawAll();" style="">reset</a>

We should change these to UJS equivalents. It will make code more manageable.