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

Issue 2213693002: Updated charted DEP to 0.4.X (Closed)

Created:
4 years, 4 months ago by cbernaschina
Modified:
4 years, 4 months ago
Reviewers:
Cutch
CC:
Cutch, turnidge, rmacnak
Base URL:
https://github.com/dart-lang/observatory_pub_packages.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+430 lines, -353 lines) Patch
A packages/charted/.analysis_options View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/charted/examples/charts/components/demo_custom_axis.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/charted/examples/charts/demo_charts.dart View 6 chunks +9 lines, -9 lines 0 comments Download
M packages/charted/examples/charts/demo_interactive.dart View 4 chunks +8 lines, -7 lines 0 comments Download
M packages/charted/examples/charts/renderers/demo_cartesian_renderers.dart View 2 chunks +1 line, -2 lines 0 comments Download
M packages/charted/lib/charts/behaviors/axis_label_tooltip.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/behaviors/chart_tooltip.dart View 1 chunk +12 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/behaviors/hovercard.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/bar_chart_renderer.dart View 2 chunks +18 lines, -2 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/bubble_chart_renderer.dart View 3 chunks +5 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/cartesian_base_renderer.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/line_chart_renderer.dart View 3 chunks +2 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/stackedbar_chart_renderer.dart View 2 chunks +7 lines, -2 lines 0 comments Download
M packages/charted/lib/charts/chart_data.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/charts/chart_events.dart View 1 chunk +4 lines, -1 line 0 comments Download
M packages/charted/lib/charts/chart_state.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/chart_theme.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/charts.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/charts/data_transformers/aggregation.dart View 10 chunks +23 lines, -18 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/aggregation_item.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/aggregation_transformer.dart View 5 chunks +8 lines, -7 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/filter_transformer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/transpose_transformer.dart View 5 chunks +5 lines, -6 lines 0 comments Download
M packages/charted/lib/charts/layout_renderers/layout_base_renderer.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/charts/layout_renderers/pie_chart_renderer.dart View 1 chunk +40 lines, -27 lines 0 comments Download
M packages/charted/lib/charts/src/cartesian_area_impl.dart View 6 chunks +10 lines, -10 lines 0 comments Download
M packages/charted/lib/charts/src/chart_axis_impl.dart View 5 chunks +29 lines, -13 lines 0 comments Download
M packages/charted/lib/charts/src/chart_config_impl.dart View 1 chunk +2 lines, -1 line 0 comments Download
M packages/charted/lib/charts/src/chart_data_impl.dart View 5 chunks +13 lines, -9 lines 0 comments Download
M packages/charted/lib/charts/src/chart_events_impl.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M packages/charted/lib/charts/src/chart_legend_impl.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/src/chart_series_impl.dart View 1 chunk +5 lines, -2 lines 0 comments Download
M packages/charted/lib/charts/src/chart_state_impl.dart View 5 chunks +3 lines, -6 lines 0 comments Download
M packages/charted/lib/charts/src/layout_area_impl.dart View 2 chunks +38 lines, -38 lines 0 comments Download
M packages/charted/lib/core/interpolators/easing.dart View 1 chunk +0 lines, -40 lines 0 comments Download
M packages/charted/lib/core/interpolators/interpolators.dart View 2 chunks +17 lines, -12 lines 0 comments Download
M packages/charted/lib/core/scales.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M packages/charted/lib/core/scales/linear_scale.dart View 2 chunks +8 lines, -4 lines 0 comments Download
M packages/charted/lib/core/scales/ordinal_scale.dart View 3 chunks +6 lines, -4 lines 0 comments Download
M packages/charted/lib/core/scales/time_scale.dart View 3 chunks +7 lines, -5 lines 0 comments Download
M packages/charted/lib/core/text_metrics/segmentation.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/core/timer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/charted/lib/core/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/core/utils/color.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/charted/lib/core/utils/lists.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/core/utils/rect.dart View 1 chunk +17 lines, -12 lines 0 comments Download
M packages/charted/lib/layout/src/hierarchy_layout.dart View 4 chunks +5 lines, -7 lines 0 comments Download
M packages/charted/lib/layout/src/pie_layout.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M packages/charted/lib/layout/src/treemap_layout.dart View 3 chunks +4 lines, -2 lines 0 comments Download
M packages/charted/lib/locale/format/number_format.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M packages/charted/lib/locale/format/time_format.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/selection/selection.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M packages/charted/lib/selection/selection_scope.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/charted/lib/selection/src/selection_impl.dart View 12 chunks +38 lines, -28 lines 0 comments Download
M packages/charted/lib/selection/src/transition_impl.dart View 4 chunks +9 lines, -7 lines 0 comments Download
M packages/charted/lib/selection/transition.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/svg/shapes/line.dart View 3 chunks +5 lines, -3 lines 0 comments Download
M packages/charted/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/tool/build_unicode_segmentation_data.dart View 1 chunk +1 line, -1 line 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (2 generated)
cbernaschina
4 years, 4 months ago (2016-08-04 00:31:03 UTC) #2
Cutch
lgtm
4 years, 4 months ago (2016-08-04 00:32:53 UTC) #3
cbernaschina
4 years, 4 months ago (2016-08-04 00:39:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a01235b5b71df27b602dae4676d0bf771cbe7fa2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698