All Projects → viserjs → Viser

viserjs / Viser

Licence: mit
viser is a toolkit fit for data vis engineer. https://viserjs.gitee.io/

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Viser

Scrapoxy
Scrapoxy hides your scraper behind a cloud. It starts a pool of proxies to send your requests. Now, you can crawl without thinking about blacklisting!
Stars: ✭ 1,322 (-13.93%)
Mutual labels:  angularjs
Ng Boot Oauth
oauth2 demo with angularjs and springboot
Stars: ✭ 99 (-93.55%)
Mutual labels:  angularjs
Books Management System
全JavaScript语言Web项目——图书管理系统
Stars: ✭ 107 (-93.03%)
Mutual labels:  angularjs
Angular Shepherd
An Angular wrapper for the site tour library Shepherd
Stars: ✭ 96 (-93.75%)
Mutual labels:  angularjs
Hello Worlds
Hello world apps for angular, react, svelte, and vue
Stars: ✭ 98 (-93.62%)
Mutual labels:  angularjs
Meanstackjs
Mean Stack JS - MongoDB, Express JS, Angular JS & Node JS
Stars: ✭ 104 (-93.23%)
Mutual labels:  angularjs
Laravel Ng Artisan Generators
Laravel artisan AngularJS generators
Stars: ✭ 91 (-94.08%)
Mutual labels:  angularjs
Frontpress
⚡️ A full front-end AngularJS template for WordPress Rest API.
Stars: ✭ 109 (-92.9%)
Mutual labels:  angularjs
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-93.62%)
Mutual labels:  angularjs
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (-93.03%)
Mutual labels:  angularjs
Angular Gauge
A reusable gauge directive for Angular 1.x apps and dashboards
Stars: ✭ 96 (-93.75%)
Mutual labels:  angularjs
Ion Digit Keyboard V2
A digital keyboard plugin to use in Ionic 2 applications.
Stars: ✭ 97 (-93.68%)
Mutual labels:  angularjs
Angular Gantt
Gantt chart component for AngularJS
Stars: ✭ 1,407 (-8.4%)
Mutual labels:  angularjs
Angular Datetime
A directive to add the behavior of datetime input on unsupported browsers.
Stars: ✭ 95 (-93.82%)
Mutual labels:  angularjs
Angular1 Apollo
AngularJS integration for the Apollo Client
Stars: ✭ 108 (-92.97%)
Mutual labels:  angularjs
Angular Material Dashboard
Angular admin dashboard with material design
Stars: ✭ 1,321 (-14%)
Mutual labels:  angularjs
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-93.42%)
Mutual labels:  angularjs
Blog
lizhonghui's blog
Stars: ✭ 109 (-92.9%)
Mutual labels:  angularjs
Angular To React Redux
Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
Stars: ✭ 109 (-92.9%)
Mutual labels:  angularjs
Angular Markdown Editor
Angular Markdown Editor. All-in-one Markdown Editor and Preview
Stars: ✭ 106 (-93.1%)
Mutual labels:  angularjs

Viser

Introduction

A toolkit fit for data vis engineer based on G2. Viser support React, Vue and AngularJS.

The main purpose of this library is to help you to write charts in web applications without any pain. Main principles of Viser are:

  1. Simply deploy with semantic component with chart, including but not limited to React, Vue and AugularJS.
  2. Lightweight depending only on G2 which is a plotting system for Javascript, based on the grammar of graphics.

Installation

Viser include 3 version which is integrated by react, vue and angular. We provide NPM or UMD to use library.

NPM is the easiest and fastest way to get started using viser. It is the recommended installation method when building single-page applications (SPAs). It pairs nicely with a CommonJS module bundler such as Webpack.

UMD is the script way to using viser. It is convenient method when you used quickly.

Vue Version

In vue version, You mush prepare to vue version greater than 2.5 in project.

npm

The NPM way is only install by shell:

# latest stable
$ npm install viser-vue

umd

The UMD build is also available on unpkg.com:

 <script src="https://unpkg.com/viser-vue/umd/viser-vue.min.js"></script>

Then you can find the library on window.ViserVue.

Angular Version

In angular version, You mush prepare to angular version greater than 2.4 in project. In addition, you also prepare to reflect-metadata version greater than 0.1, rxjs version greater than 5 and zone.js version greater than 0.7.

npm

The NPM way is only install by shell:

# latest stable
$ npm install viser-ng

umd

The UMD build is also available on unpkg.com:

 <script src="https://unpkg.com/viser-ng/umd/viser-ng.min.js"></script>

Then you can find the library on window.ViserNg.

React Version

In react version, You mush repare react version greater then 15, and support 16 certainly.

npm

The NPM way is only install by shell:

# latest stable
$ npm install viser-react

umd

The UMD build is also available on unpkg.com:

 <script src="https://unpkg.com/viser-react/umd/viser-react.min.js"></script>

Then you can find the library on window.ViserReact.

Demo

To examine the demos in your local build, open to demo directory, and execute

$ git clone https://github.com/viserjs/viser.git
$ npm run bootstrap
$ cd ./demo && npm install
$ npm run start

and then browse to http://localhost:3000

License

MIT

Copyright (c) 2017 DT-FE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].