Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Side by Side Diff: packages/charted/pubspec.yaml

Issue 2213693002: Updated charted DEP to 0.4.X (Closed) Base URL: https://github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 name: charted 1 name: charted
2 version: 0.3.0 2 version: 0.4.0+1
3 authors: 3 authors:
4 - Prasad Sunkari <prsd@google.com> 4 - Prasad Sunkari <prsd@google.com>
5 - Michael Cheng <midoringo@google.com> 5 - Michael Cheng <midoringo@google.com>
6 - Yan Qiao <yqiao@google.com> 6 - Yan Qiao <yqiao@google.com>
7 description: Visualization toolkit for Dart - Provides D3 (http://d3js.org) like Selection API, utilities to achieve data driven DOM and an easy-to-use Charting library based on the Selection API. 7 description: Visualization toolkit for Dart - Provides D3 (http://d3js.org) like Selection API, utilities to achieve data driven DOM and an easy-to-use Charting library based on the Selection API.
8 homepage: https://github.com/google/charted 8 homepage: https://github.com/google/charted
9 dependencies: 9 dependencies:
10 browser: any 10 browser: any
11 intl: any 11 intl: any
12 logging: any 12 logging: any
13 observe: any 13 observe: any
14 quiver: any 14 quiver: any
15 dev_dependencies: 15 dev_dependencies:
16 hop: '>=0.27.0' 16 hop: '>=0.27.0'
17 http: any 17 http: any
18 unittest: any 18 unittest: any
19 transformers: 19 transformers:
20 - $dart2js: 20 - $dart2js:
21 minify: true 21 minify: true
22 commandLineOptions: [--trust-type-annotations, --trust-primitives] 22 commandLineOptions: [--trust-type-annotations, --trust-primitives]
OLDNEW
« no previous file with comments | « packages/charted/lib/svg/shapes/line.dart ('k') | packages/charted/tool/build_unicode_segmentation_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698