I have a graph with two bars on each category value. How can we remove sapce beween bar on a category value. Space between bar of of with different category value should not be removed.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Write your own ChartCustomizer as follow:
And add it as Customizer class in your chart preferences.
I worked on this case using java customizer as follow:
}
Put jar for this class in your class path and in customizer field in your ireport specify the classname.