Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes bug on color picker defaults on TSVB #69889

Merged
merged 2 commits into from
Jun 26, 2020

Conversation

stratoula
Copy link
Contributor

@stratoula stratoula commented Jun 25, 2020

Summary

Fixes #69813. There was a problem on initialization of the TSVB picker default color. It was set to #6800 instead of #68BC00, which caused problem when the user tried to change the transparency of the default color. It made the chart disappear (actually it made the color transparent in a transparent background).

Fixed:
Visualize_-_Elastic

@stratoula stratoula self-assigned this Jun 25, 2020
@stratoula stratoula added Feature:TSVB TSVB (Time Series Visual Builder) bug Fixes for quality problems that affect the customer experience v7.9.0 v8.0.0 labels Jun 25, 2020
@stratoula stratoula force-pushed the tsvb-fix-picker-defaults branch from 1567dcf to f0d7731 Compare June 25, 2020 10:08
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

  • 💔 Build #56214 failed 1567dcf34e959ac04ece81c7832b81728b1a6323

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@stratoula stratoula marked this pull request as ready for review June 25, 2020 13:09
@stratoula stratoula requested a review from a team June 25, 2020 13:09
@stratoula stratoula added the release_note:skip Skip the PR/issue when compiling release notes label Jun 25, 2020
@stratoula stratoula requested a review from nickofthyme June 25, 2020 13:10
Copy link
Contributor

@nickofthyme nickofthyme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I verified the issue has been fixed on Chrome and Firefox.

Thanks for the quick action! 🦊

@mbondyra
Copy link
Contributor

LGTM! Tested on Firefox. Thanks :)

@stratoula stratoula merged commit eedc86f into elastic:master Jun 26, 2020
stratoula added a commit to stratoula/kibana that referenced this pull request Jun 26, 2020
* Fixes bug on color picker defaults on TSVB

* Add test to ensure that the input text of the picker is set up correctly
stratoula added a commit that referenced this pull request Jun 26, 2020
* Fixes bug on color picker defaults on TSVB

* Add test to ensure that the input text of the picker is set up correctly
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jun 26, 2020
* master: (34 commits)
  Upgrade `elliptic` dependency (`6.5.2` → `6.5.3`). (elastic#70054)
  [License Management] Do not break when `telemetry.enabled:false` (elastic#69711)
  [SECURITY] Redirect app/security to app/security/overview (elastic#70005)
  "Explore underlying data" in-chart action (elastic#69494)
  Api reference docs for state_containers and state_sync (elastic#67354)
  prep state transfer for passing embeddables by value to editor and back (elastic#69991)
  move Metrics API to start (elastic#69787)
  refactor: 💡 fix typo in embeddable (elastic#69417)
  [alerting] migrates the old `alerting` consumer to be `alerts` (elastic#69982)
  [APM]Create API to return data to be used on the Overview page (elastic#69137)
  [Lens] Fix delete button position in dimension panel for long labels (elastic#69495)
  [Lens] Add toolbar api (elastic#69263)
  Fixes bug on color picker defaults on TSVB (elastic#69889)
  [DOCS] Fixes wording in Upload a CSV section (elastic#69969)
  [Discover] Validate timerange before submitting query to ES (elastic#69363)
  [Maps] avoid using MAP_SAVED_OBJECT_TYPE constant when defining URL paths (elastic#69723)
  [Maps] Fix icon palettes are not working (elastic#69937)
  [Ingest Manager] Fix typo in constant name (elastic#69919)
  [test] skip status.allowAnonymous tests on cloud (elastic#69017)
  Fix backport (elastic#70003)
  ...
jloleysens added a commit to jloleysens/kibana that referenced this pull request Jun 26, 2020
…t-pipelines/editor-error-messages

* ingest-pipelines/editor-dropzone-refinement: (122 commits)
  Fixes for monaco XJSON grammar parser and update form copy
  Added cancel move button
  Refactor SCSS values to variables
  use classNames as it is intended to be used
  Remove box shadow on all nested tree items
  Rename variables and prefix booleans with "is"
  Fixes bug on color picker defaults on TSVB (elastic#69889)
  [DOCS] Fixes wording in Upload a CSV section (elastic#69969)
  [Discover] Validate timerange before submitting query to ES (elastic#69363)
  [Maps] avoid using MAP_SAVED_OBJECT_TYPE constant when defining URL paths (elastic#69723)
  [Maps] Fix icon palettes are not working (elastic#69937)
  [Ingest Manager] Fix typo in constant name (elastic#69919)
  [test] skip status.allowAnonymous tests on cloud (elastic#69017)
  Fix backport (elastic#70003)
  [Reporting] ReportingStore module (elastic#69426)
  Add reporting assets to the eslint ignore file (elastic#69968)
  [Discover] set minBarHeight for high cardinality data (elastic#69875)
  Add featureUsage API to licensing context provider (elastic#69838)
  Fix uncaught typecheck merge conflict (elastic#70001)
  Use TS to discourage SO mappings with dynamic: false / dynamic: true (elastic#69927)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) release_note:skip Skip the PR/issue when compiling release notes v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TSVB] Broken color picker defaults
4 participants