1. 07 4月, 2018 1 次提交
    • J
      Eslint precommit (#368) · 6dfa1d42
      Jeff Wang 提交于
      * Create pre-commit with ESLint
      
      * add vue-eslint-parser
      
      * Add prop-name-casing and script-indent to the eslint rule.
      
      * Update Javascript and Vue files with the proper style
      
      * Comment out ESlint pre-commit first to udpate styles
      6dfa1d42
  2. 06 4月, 2018 1 次提交
  3. 03 4月, 2018 1 次提交
    • J
      Embedding visualization connect (#356) · 6408cbfe
      Jeff Wang 提交于
      * Make the frontend to fetch the data from the flask server.
      
      * Provide loading animation.
      
      * Fixed format style
      Fix the issue where the display label not working.
      
      * Provide a 2D 3D switcher.
      Display the chart in 3D.
      
      * Include PCA method to do dimension reduction
      
      * Fix the style.
      
      * Fix typo
      Use === to compare type as well.
      6408cbfe
  4. 31 3月, 2018 1 次提交
    • J
      Embedding visualization frontend (#353) · 6454bf09
      Jeff Wang 提交于
      * Include the embedding frontend work, currenlty using harded data
      
      * Remove a ChartPage in embeddings
      Embedding chart now use the mock data from the mock server.
      
      * Some code refactoring.
      6454bf09