Milan

Results 2 comments of Milan

Hi @flamber The result of this is the following: `{"description":null,"archived":false,"collection_position":null,"table_id":null,"result_metadata":[{"display_name":"Week","field_ref":["field","Week",{"base-type":"type/Date"}],"name":"Week","base_type":"type/Date","effective_type":"type/Date","semantic_type":null,"fingerprint":{"global":{"distinct-count":19,"nil%":0.0},"type":{"type/DateTime":{"earliest":"2022-05-23T00:00:00+02:00","latest":"2022-10-03T00:00:00+02:00"}}}},{"display_name":"Hours","field_ref":["field","Hours",{"base-type":"type/Decimal"}],"name":"Hours","base_type":"type/Decimal","effective_type":"type/Decimal","semantic_type":null,"fingerprint":{"global":{"distinct-count":19,"nil%":0.0},"type":{"type/Number":{"min":877.2,"q1":1003.625,"q3":1979.2,"max":2872.2,"sd":569.8437478972143,"avg":1537.4578947368423}}}},{"display_name":"Last Year","field_ref":["field","Last Year",{"base-type":"type/Decimal"}],"name":"Last Year","base_type":"type/Decimal","effective_type":"type/Decimal","semantic_type":null,"fingerprint":{"global":{"distinct-count":19,"nil%":0.0},"type":{"type/Number":{"min":3.0,"q1":125.15,"q3":255.4,"max":378.3,"sd":98.87631472721405,"avg":182.16842105263157}}}},{"display_name":"Change from last year","field_ref":["field","Change from last year",{"base-type":"type/Decimal"}],"name":"Change from last year","base_type":"type/Decimal","effective_type":"type/Decimal","semantic_type":null,"fingerprint":{"global":{"distinct-count":19,"nil%":0.0},"type":{"type/Number":{"min":1.76334,"q1":4.4716325,"q3":12.43224,"max":678.76667,"sd":155.28906642705766,"avg":49.770920526315784}}}}],"creator":{"email":"[email protected]","first_name":"Milan","last_login":"2022-09-30T16:33:13","is_qbnewb":false,"is_superuser":true,"id":83,"last_name":"Claeys","date_joined":"2019-10-01T17:19:48","common_name":"Milan Claeys"},"can_write":true,"database_id":2,"enable_embedding":false,"collection_id":1438,"query_type":"native","name":"Evolution of hours per week","last_query_start":"2022-10-14T04:31:03.629228Z","dashboard_count":5,"average_query_time":31922.4579,"creator_id":83,"moderation_reviews":[],"updated_at":"2022-10-14T06:31:14","made_public_by_id":null,"embedding_params":null,"cache_ttl":null,"dataset_query":{"database":2,"native":{"template-tags":{"cntry":{"id":"aa11f6c4-9c4e-530f-f7bd-8fdf5fb62fac","name":"cntry","display-name":"Country","type":"dimension","dimension":["field",2190,null],"widget-type":"category"}},"query":"select\n hnow.Week,\n hnow.Hours,\n hlastyear.Hours...

@flamber Nice! Changing it to an actual area graph did fix the stacking issue, however the Y-axis is still split as described in #20559 Is there any workaround for this?