Git Product home page Git Product logo

vue-chartist's People

Contributors

lakb248 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vue-chartist's Issues

Bower support

Hi!

Can you add Bower file + add this great component to Bower library?

Thanks,
Marek

Odd issue with simple line graph

I just started using vue-chartist and I'm getting an odd "bowtie" effect with a line chart.

image

Here's the code I'm using:

<template>
  <div>
    <vue-chartist :data="pageViews" :options="options" 
    type="Line" />
  </div>
</template>

<script>
import VueChartist from "v-chartist";

export default {
  name: "App",
  components: {
    "vue-chartist": VueChartist
  },
  data() {
    return {
      pageViews: {
        labels: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
        series: [
            [5, 2, 4, 2, 0]
        ]
      },
      options: {
          fullWidth: true,
          width: 600,
          height: 300,
          lineSmooth:false
      }
    };
  }
};
</script>

Any idea why I'm seeing this?

Releases?

Please do releases :) It will help to track changes and milestones :)

Add comparison with vue-chartist to readme and/or package description

I'm about to add chartist to my vue application and I stumbled upon both this project and also https://github.com/Yopadd/vue-chartist. They seems to do essentially the same thing except that one is a plugin and this one is a component. As someone unfamiliar with the capabilities of chartist (and fairly new to Vue), I don't really understand the pros/cons of these 2 libs enough to make an informed decision.

That package appears to predate this one by a few years, but it is still actively maintained. Since you're the newcomer, it sorta falls on you to explain what your motivation was to create this library instead of just using and contributing to vue-chartist. Alternatively, just a section contrasting

Vue itself does an amazing job with this at https://vuejs.org/v2/guide/comparison.html but since this library has only one alternative it would be much simpler, like https://github.com/UnnoTed/fileb0x/blob/master/README.md

chartist in options not defined

hey im trying to use Chartist in my options like the documentation says on their website but im getting chartist is not defined. What am I missing?

axisX: {
        type: Chartist.FixedScaleAxis,
}

Gauge Chart Integration

Hi,

Have tried integrating this library in my project Line, bar chart is working fine.

How to integrate gauge chart?
new Chartist.Pie('.ct-chart', {
series: [20, 10, 30, 40]
}, {
donut: true,
donutWidth: 60,
startAngle: 270,
total: 200,
showLabel: false
});

as if i send data like this it throws error that it need object and i am passing array.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.