local deployment of echarts

Issue #848 resolved
Brian Lewis repo owner created an issue

Currently we have echarts referenced directly from the start page to load from a cdn. This means we introduce an internet dependency, which we are trying to avoid.

echarts does not have direct support for bower, so deploying locally won’t fit without current paradigm.

Bower however does support deployment directly from github, so we’ll try that to get echarts loaded into bower_components, then deployed to client from local server

Comments (2)

  1. Brian Lewis reporter

    Ah-ha! Turns out that you can get to echarts from bower; makes it easy now to deploy….

  2. Log in to comment