timeline_charter 0.0.1
timeline_charter: ^0.0.1 copied to clipboard
Simple way to chart time based values based on SQL Queries.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add timeline_charterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
timeline_charter: ^0.0.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:timeline_charter/analyzer.dart';
import 'package:timeline_charter/dummyexecutor.dart';
import 'package:timeline_charter/pgqueryexecutor.dart';
import 'package:timeline_charter/tapo_graph.dart';
import 'package:timeline_charter/worktrail_config.dart';