Skip to content

Conversation

@rashidkpc
Copy link
Contributor

No description provided.

rashidkpc pushed a commit that referenced this pull request Jul 26, 2013
Time filters as longs, panelMeta object, moved add button, removed old group settings, remove status from panel object
@rashidkpc rashidkpc merged commit 6090f68 into elastic:master Jul 26, 2013
harper-carroll pushed a commit to harper-carroll/kibana that referenced this pull request Jul 11, 2016
w33ble added a commit to w33ble/kibana that referenced this pull request Sep 13, 2018
This reverts commit 070a48ae2148a6d4ded1b66276068e6480cdd346.
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
This commit remove MobX state manager and replace it with a Redux implementation. 

BREAKING CHANGE: `SpecId`,`AxisId`, `AnnotationId` types are down-casted to a `string` type. The `getSpecId`, `getAxisId` and `getAnnotationId` methods still exist and but return just the same passed string until deprecated in a future version. The spec ids, previously `id`, `axisId`,`annotationId` etc are now aligned to use the same prop name: `id`. The chart rendering status `data-ech-render-complete` and `data-ech-render-count` is no more at the root level of the `echChart` div, but on its child element: `echChartStatus`. The `Spec` has two new private properties called `chartType` and `specType`.
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
# [15.0.0](elastic/elastic-charts@v14.2.0...v15.0.0) (2019-12-02)

### Code Refactoring

* series identifications throughout library ([elastic#419](elastic/elastic-charts#419)) ([66a48ff](elastic/elastic-charts@66a48ff))
* use redux in favour of mobx ([elastic#281](elastic/elastic-charts#281)) ([cd34716](elastic/elastic-charts@cd34716))

### BREAKING CHANGES

* `GeometryId` is now `SeriesIdentifier`. `customSeriesColors` prop on `SeriesSpec` which used to take a `CustomSeriesColorsMap`, now expects a `CustomSeriesColors` type. `LegendItemListener` now passes the `SeriesIdentifier` type as the first callback argument.
* `SpecId`,`AxisId`, `AnnotationId` types are down-casted to a `string` type. The `getSpecId`, `getAxisId` and `getAnnotationId` methods still exist and but return just the same passed string until deprecated in a future version. The spec ids, previously `id`, `axisId`,`annotationId` etc are now aligned to use the same prop name: `id`. The chart rendering status `data-ech-render-complete` and `data-ech-render-count` is no more at the root level of the `echChart` div, but on its child element: `echChartStatus`. The `Spec` has two new private properties called `chartType` and `specType`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant