chrismattmann commented on a change in pull request #135: Initial Commit of adding new UI designed with vue URL: https://github.com/apache/drat/pull/135#discussion_r202206580
########## File path: webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue ########## @@ -0,0 +1,167 @@ +<template lang="html"> + + <section class="barchartcomp"> + <v-card id = "barchart"> + <h1>Liecense Breakdown</h1> + {{emptynote}}<br> + <svg id="barsvg" width="400" height="270"> + + </svg> + + </v-card> + </section> + +</template> + +<script lang="js"> +import * as d3 from 'd3'; +import axios from 'axios'; +import store from './../store/store' +// const props={ Review comment: commented code. Remove. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services