Results 4 issues of KavenRan

add: SERVER_ADDRESS: d.b.x show error: Caused by: java.net.BindException: Cannot assign requested addres how to config SERVER_ADDRESS in k8s?

水波图官方示例不显示数值和水波。 * **G2Plot Version**: ''' { "dependencies": { "@antv/g2plot": "latest" }, "main": "index.js" } ''' 在官方示例中能显示,但在codesandbox和 stackblitz 中均显示异常。 自己本地执行也不显示。如图: ![image](https://github.com/antvis/G2Plot/assets/25897521/91abd088-4e52-4c57-bbee-9f42f4fa1e2e)

Bug

直方图坐标轴标题隐藏属性不生效,只要坐标轴显示的,标题就始终会显示: ![image](https://github.com/antvis/G2Plot/assets/25897521/89f3a083-69e5-4abd-8a29-28072f30c2ec) BUG 复现: https://codesandbox.io/s/delicate-resonance-fmqd7c?file=/index.js

Bug

`package io.brant.example.postgres94; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.orm.jpa.EntityScan; import org.springframework.context.annotation.Configuration; import org.springframework.data.jpa.repository.config.EnableJpaRepositories; @Configuration @EnableJpaRepositories(basePackages = "io.brant.example.postgres94") @EnableAutoConfiguration @EntityScan(basePackages = {"io.brant.example.postgres94"}) public class JpaConfiguration { }`