Skip to content

Commit

Permalink
Merge pull request #7 from Dhruuva/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Dhruuva authored Jun 13, 2021
2 parents 624905e + a9ac0df commit 6f7b909
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 13 deletions.
1 change: 0 additions & 1 deletion docs/css/about.6143a56f.css

This file was deleted.

1 change: 1 addition & 0 deletions docs/css/about.b3ca9b40.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/app.cdf83941.css → docs/css/app.1caad545.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/we-do-chart/favicon.ico"><title>we-do-chart</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="/we-do-chart/css/about.6143a56f.css" rel="prefetch"><link href="/we-do-chart/js/about.3acf80fb.js" rel="prefetch"><link href="/we-do-chart/css/app.cdf83941.css" rel="preload" as="style"><link href="/we-do-chart/css/chunk-vendors.563026d3.css" rel="preload" as="style"><link href="/we-do-chart/js/app.46420496.js" rel="preload" as="script"><link href="/we-do-chart/js/chunk-vendors.d9f7feaf.js" rel="preload" as="script"><link href="/we-do-chart/css/chunk-vendors.563026d3.css" rel="stylesheet"><link href="/we-do-chart/css/app.cdf83941.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but we-do-chart doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/we-do-chart/js/chunk-vendors.d9f7feaf.js"></script><script src="/we-do-chart/js/app.46420496.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/we-do-chart/favicon.ico"><title>we-do-chart</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="/we-do-chart/css/about.b3ca9b40.css" rel="prefetch"><link href="/we-do-chart/js/about.357a6af1.js" rel="prefetch"><link href="/we-do-chart/css/app.1caad545.css" rel="preload" as="style"><link href="/we-do-chart/css/chunk-vendors.563026d3.css" rel="preload" as="style"><link href="/we-do-chart/js/app.795f2666.js" rel="preload" as="script"><link href="/we-do-chart/js/chunk-vendors.d9f7feaf.js" rel="preload" as="script"><link href="/we-do-chart/css/chunk-vendors.563026d3.css" rel="stylesheet"><link href="/we-do-chart/css/app.1caad545.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but we-do-chart doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/we-do-chart/js/chunk-vendors.d9f7feaf.js"></script><script src="/we-do-chart/js/app.795f2666.js"></script></body></html>
2 changes: 2 additions & 0 deletions docs/js/about.357a6af1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/about.357a6af1.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/js/about.3acf80fb.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/about.3acf80fb.js.map

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/app.46420496.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions docs/js/app.46420496.js → docs/js/app.795f2666.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/app.795f2666.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
v-card( class="mx-auto" max-width="700")
v-banner(color="pink lighten-6" )
h3.titleNormal
span.titleBig weCharts
span.titleBig we-do-charts
| - simple and customizable Vue component to plot any line chart.
div.chartbox
WeChart(:points="data" tky='7' off='5' timefotmat='dd')
Expand Down
14 changes: 11 additions & 3 deletions src/views/MainLook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
v-tab-item
v-card(height="500")
v-card-text
p.display-1.text--primary.text-left weChart
p.display-1.text--primary.text-left.titleBig we-do-chart
span.float-right
v-btn.mx-2( small color="primary" dark @click="loadData('sto')") Load Data
p.body-1.text-left.pa-2
| This is a brief interactive guide help You in quick its implementation in Web pages with all your requirements.Let's go to load some sample data in the component and look it.
| Resize this panel size using thumb or resize browser window. The
span.green--text.font-weight-bold weChart
span.green--text.font-weight-bold we-do-chart
| will stay in pretty look. Any screen size you get the pretty looking your data visualizations.

v-tab-item
Expand Down Expand Up @@ -154,7 +154,7 @@
v-col( cols="12" md="6" )
h1.text-left Style
p.body-1.text-left.pa-2 Default styles maybe overridden in your page style section. You can also create custom style follow example in right panel. Then your style be ready just set its name in theme attribute of
span.d-inline.green--text.font-weight-bold weChart
span.d-inline.green--text.font-weight-bold we-do-chart
| component.
p.body-1.text-left.pa-2
span.caption
Expand Down Expand Up @@ -471,6 +471,14 @@ export default {
<style lang='stylus'>
$colorBorder = coral
$colorBg = coral
.titleBig
text-shadow: 0 -.1em .2em darkgreen;
font-size:3.9em !important
color lime !important
font-stretch: expanded
font-family Jazz LET, fantasy !important
letter-spacing 10px !important
font-weight 900 !important
border-radius(n)
-webkit-border-radius n
-moz-border-radius n
Expand Down

0 comments on commit 6f7b909

Please sign in to comment.