0.0.8 • Published 5 years ago

@foxzilla/short-night v0.0.8

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

Shot Night

The night is short, walk on girl.

:deciduous_tree: An engine for drawing timeline graph.

What is project doing?

Draw a timeline image on canvas that directly proportional between time and space. It means how long time between event and another one will be drawn on timeline in how long distance.

Given a JSON, drawing a timeline. And it will fix conflict automatically.

npm.io

How start to development?

Install & Build:

npm install
npm run dev

Drag docs/colors.html into your browser.

Docs

CSS Class

Every element created by short-night has a .short-night.

Every element created by component has a class named by theme name of self.

Every element created by one component has a class named by name of component.

.timeline

.event
.event_axis
.event_body
.event_mark

.aixs
.aixs_body
.aixs_milestone
.aixs_scale

Some component has one more additional element.

  • EventBody: .title, .date, .foldPlaceholder, .description
  • EventAxis: .endText

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago