Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

fix: remove redundant target from sankey tooltip #193

Merged
merged 1 commit into from
Sep 10, 2019

Conversation

villebro
Copy link
Contributor

@villebro villebro commented Sep 8, 2019

🐛 Bug Fix

Remove redundant target word from sankey tooltip. Fixes apache/superset#8192 FYI: @lilila

@villebro villebro requested a review from a team as a code owner September 8, 2019 07:06
@netlify
Copy link

netlify bot commented Sep 8, 2019

Deploy preview for superset-ui-plugins ready!

Built with commit 935d75e

https://deploy-preview-193--superset-ui-plugins.netlify.com

@codecov
Copy link

codecov bot commented Sep 8, 2019

Codecov Report

Merging #193 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #193   +/-   ##
=======================================
  Coverage   34.25%   34.25%           
=======================================
  Files          12       12           
  Lines         216      216           
  Branches       21       21           
=======================================
  Hits           74       74           
  Misses        132      132           
  Partials       10       10

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4cab838...935d75e. Read the comment docs.

@kristw kristw merged commit 3eed662 into apache-superset:master Sep 10, 2019
nytai pushed a commit to preset-io/superset-ui-plugins that referenced this pull request Apr 27, 2020
…he-superset#194)

When the page is served over an insecure connection, some browsers (Firefox) will disable the
CacheStorage API for security reasons and will throw an error when an attempt is made to use it.
Thus, do not even attempt to use CacheStorage on such connections in the first place.

fix apache-superset#193
nytai pushed a commit to preset-io/superset-ui-plugins that referenced this pull request Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix "target" typo in Sankey Diagram Hover Text
2 participants