mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
Visualization for multiple line charts (#4819)
* Initial test * Save * Working version * Use since/until from payload * Option to prefix metric name * Rename LineMultiLayer to MultiLineViz * Add more styles * Explicit nulls * Add more x controls * Refactor to reuse nvd3_vis * Fix x ticks * Fix spacing * Fix for druid datasource * Rename file * Small fixes and cleanup * Fix margins * Add proper thumbnails * Align yaxis1 and yaxis2 ticks * Improve code * Trigger tests * Move file * Small fixes plus example * Fix unit test * Remove SQL and Filter sections
This commit is contained in:
committed by
Maxime Beauchemin
parent
a746fce383
commit
459cb701fb
@@ -370,7 +370,7 @@ class CoreTests(SupersetTestCase):
|
||||
|
||||
data = self.get_json_resp(
|
||||
'/superset/warm_up_cache?table_name=energy_usage&db_name=main')
|
||||
assert len(data) == 3
|
||||
assert len(data) == 4
|
||||
|
||||
def test_shortner(self):
|
||||
self.login(username='admin')
|
||||
|
||||
Reference in New Issue
Block a user