In this question: Previous DyGraph question
There is still the need to go to JavaScript to call DyGraph:
<script type="text/javascript">
g = new Dygraph(document.getElementById("readingGraph"), @data,{ labels: ["Sample Number", "Reading"] });
</script>
Is there anyway to remove JavaScript completely?
I would like a fully c# solution...