Tom Hombergs

Results 53 comments of Tom Hombergs

Did so just now: ```java @RunWith(SpringRunner.class) @WebMvcTest @ModuleTest public class BookingControllerTest { ... } ``` leads to ``` java.lang.IllegalStateException: Configuration error: found multiple declarations of @BootstrapWith for test class [com.acme.myproject.booking.web.BookingControllerTest]:...

Yes, `@DataJpaTest` works in combination with `@ModuleTest`. I actually had already tried that already and found that all repositories are loaded and not just the ones from the module (see...

#1 Rob.A.R.Davis Link to relevant API page: http://api.highcharts.com/highcharts#Renderer I could be missing this in the existing release, but was unable to find it in the current release or in trunk

#1 keith.priddy Found one additional piece of data that makes me suspect it might be a related issue to #23. In the Chrome Developers Console tab, this error shows up:...

That would be an interesting feature. I will look into that!

#2 BeandLauert FYI: Highcharts recently released Highmaps beta, which will ease the creation and usage of maps with highcharts. http://www.highcharts.com/maps/demo/ http://www.highcharts.com/component/content/article/2-news/132-highmaps-beta

Yes it's possible with Highcharts, see http://jsfiddle.net/2j4Zk/ And no, it's not (yet) possible with Wicked Charts (there's a todo in the code, though :)). Will be added some time in...

So whats the progress on this?

No progress yet, sorry. I'll have to find a day of time to dig into the details of Wicket AJAX and get multiple Live Updating Series working simultaneously.

sorry, closed the wrong issue. reopened this one.