ckmnaa
August 18, 2023, 10:21am
1
Hello,
I have two questions regarding coloring data values and data value view.
1- How can i give a color to these data values in this line chart. I couldt find any option to do that.
2- In the same line chart i have another question. As it is seen that there are 3 lines which are dark blue, red and soft blue. In the period of Q1 it only shows two of the data value and one missing. When i arrange axis, yes it can be seen but i dont want to arrange axis but fix it as 0-100. Whatever i did i just couldt find a solution that all data values were shown even if they seen in a row. Is it possible to show all data values no matter how it seems in charts?
I am using "Starter Pack" and latest version of mb.
ckmnaa
September 18, 2023, 11:52am
3
I saw someone having same problem with me in github but nothing happend for 2 years?
opened 12:58PM - 03 Aug 20 UTC
Type:Bug
Priority:P3
.Frontend
Visualization/Charts
**Describe the bug**
In my line chart I have a couple of values which are close… to each other. Now I wanted to activate the line chart value function to see the values for every value point. It worked great except for one value point. In this value point the margin of the values is 3 and just one of the values is shown in the chart. I also activated the "All" in the "Values to Show" section. But it will not work. You can see this in the screenshot below.


In my estimation the elements for both values are overlapping. Therefore one of the value is not visible in the chart.
**Expected behavior**
I would expect that all values can be seen and that Metabase will automatically order the values that no value is overlapping or hidden.
**Information about your Metabase Installation:**
{
"browser-info": {
"language": "de-DE",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "Cp1252",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "12.0.2+10",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "https://java.oracle.com/",
"java.version": "12.0.2",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "12.0.2+10",
"os.name": "Windows Server 2012 R2",
"os.version": "6.3",
"user.language": "en",
"user.timezone": "Europe/Berlin"
},
"metabase-info": {
"databases": [
"sqlserver",
"h2"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.3"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.8"
}
},
"run-mode": "prod",
"version": {
"date": "2020-07-31",
"tag": "v0.36.2",
"branch": "release-0.36.x",
"hash": "13f0225"
},
"settings": {
"report-timezone": null
}
}
}
**Severity**
The missing value means that we need to check if some values are listed in the chart and also communicate the users to check the charts if they are using the "Show chart value" function.