Seeq relies on Highcharts to render charts for many use-cases. We like Highcharts because it is a very flexible library and offers good performance for both simple and complex charts. We try to stay up to date with our third-party libraries and I took the task of updating from Highcharts 8.1.0 to 9.2.2. The first…
FrontendCategory: Frontend
In our experience there are two reasons to migrate from one WYSIWYG editor (or any large library) to another: The business needs have changed and the current choice does not support those needs The management of the library changed and resulted in support degradation Seeq uses many libraries for various purposes, and one of the…
Frontend Software developmentWhen I started coding (waaay back in the late 90s) testing wasn’t even on the radar. I was living fast on Perl and PHP, having fun with how quickly I could code up some idea, reload Netscape, and see an instant change. Many years, books, projects, and tests later I now have some (hopefully well-grounded)…
React Software development TestingOur team has been on the long (and I do mean loooong – the design document was written two years ago!) road of rewriting our AngularJS application to React. With the help of the react2angular package we’ve been able to have a hybrid app and slowly convert AngularJS components to React. Finally, there’s a faint…
AngularJS Frontend React