datalens icon indicating copy to clipboard operation
datalens copied to clipboard

A modern, scalable analytics system

Results 56 datalens issues
Sort by recently updated
recently updated
newest added

Hello! I stack with a problem during the containers start. Containers: - datalens-data-api - datalens-control-api bind on address with option [::]. After binding I get errors: ![image](https://github.com/datalens-tech/datalens/assets/18335444/b1045ed5-f473-45e1-b613-a5af8ca1a325)

question

Goal: Fast help for user to use charts 1) New function - Hint(content: Markup, body: Optional[Markup]) When user hover hint body - he view hint box ![image](https://github.com/datalens-tech/datalens/assets/2822519/b725ea0d-6745-407f-91b9-41d133c1ee32) If body not...

enhancement

When adding computed fields with aggregation to the dataset preview, a query is built that consumes excessive memory in Clickhouse. A query of the form: default query: SELECT sum(t1.sumfield) AS...

This is good enough to work faster with data source. For example this: https://www.dremio.com/drivers/jdbc/ https://docs.dremio.com/current/sonar/client-applications/drivers/arrow-flight-sql-jdbc-driver/

enhancement

Firstly, need to support additional languages in all library of components which used& Secondly, support this in datalens https://github.com/datalens-tech/datalens/issues/25

enhancement

There is a dictionary map mechanism in ClickHouse https://clickhouse.com/docs/en/sql-reference/functions/ext-dict-functions It is necessary to add new functions in formula and their implementation in CH connector, depending on the types. For example:...

enhancement

- Events blocked by https://github.com/gravity-ui/chartkit/issues/392 - Add gradient legend for numeric scale blocked by https://github.com/gravity-ui/chartkit/issues/310 - Add d3 visualisations on wizard/ql: area, normalized columns, bar, normalized bar, donut, treemp (blocked...

enhancement

Scope of this task: - Ability to configure ACLs on workbooks and collections - Ability to configure row-level permissions for datasets Pre-requesite: #99

enhancement

Using Highcharts in project means that you need to buy [license](https://shopdev.highcharts.com/). To get rid of this step we need to move to opensource stack (D3 was chosen). This is an...

enhancement