I have some values that i want to plot in a geom_bar()
chart.
the problem with the data is, that most values are small (0:100) and some values are big (50000:30000000).
Is it possible to break the bar of these large values, that the axis goes from 0 to 100 and then from 50000 to the largest values with a visible gap in between?