Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lockee14/chartlib

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chartlib

Represent market data as charts on eve-hub.com. Made with typescript and canvas.

alt text

Feel free to use it, clone it, modify it, call it with:

initialisation(data: Data[], lang: string)

data is an array of object with those field:

interface Data {
    date: string;
    average: number;
    highest: number;
    lowest: number;
    volume: number;
    order_count: number;
}

lang is a string to set the language, here is a list of the valid one: "de", "en-us", "fr", "ja", "ru", "zh".

About

represent market data as chart on eve-hub.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.