WEBIX GRID IS HERE! LAUNCH OFFER: Read More 20% Off all Webix Grid licenses. Valid August 4 – September 3.

WEBIX BLOG

Grow with Webix: Real Showcase from Diego Ferruchelli

Hi guys!

Today, in the middle of June, we would like to share with you a fresh and still hot showcase directly from sunny Argentina. It was kindly provided by Diego Ferruchelli.

data analysis

 

“Curvas (Spanish for “curves”) is a tool for data analysis and business modeling intended to be used in such spheres as agricultural insurance and risk management. It was prepared as a part of my independent consulting services for a local company which was developing a new product in this field.

I was using Webix for another application, and I felt it was the natural way to go with this one, in which good user interaction and charting are key features.

Combobox Widget Party: Webix way

“Thanks God it’s Friday” – that’s what people say as they feel a great relief after a fruitful working week. I want to make this day even more happier and suggest the cure to a common developer problem – user inputs.

We all want to collect as much information from users as possible, while making this process predictable and controlled with respect to user freedom of choice. In this article we will try to squeeze through the variety of Webix combobox controls to solve this task.

combobox_widget

As a teaser, I’m giving you the numbers: Webix offers 7 ready-made select widgets and 7 suggest lists for autocomplete options alongside with great possibilities to customize and mix them all to create an ultimate web combobox!

Grow with Webix: Real Showcase from SFM BV company

Hey everyone!

We continue to publish real showcases of customer applications made with Webix. Today we’d like to share a new article from SFM BV about their product called XLReporting.

“We are a team of finance, accounting, and IT experts in the Netherlands. We specialize in information management, and provide solutions and services to our corporate clients for financial management, consolidation, budgeting, and reporting. Our clients vary in size from SME’s to large corporates across the world.

xlr_1_dashboard

 

Years ago we launched a very successful product called XLReporting at request of our clients, which has seen many versions and improvements ever since, and which enjoys a large installed user base. For years, the product has been a client-server solution with an Excel add-in and workbooks communicating to a back-end SQL Server instance, and it is still widely used and actively soldpurchased today.

Playing the Accordion

Hi everybody! I’m lucky to inform you that summertime is approaching rapidly and it’s high time to rejoice, indulge into various kinds of outdoor activities, twist and shout. Today I suggest you to combine all these things with web development. So, are you ready to play the Accordion? 😉

Webix Accordion Widget

Still, I don’t want you to read musical notes. In HTML and Javascript accordion means a UI control that consists of panels that can be expanded and collapsed (just like the bellows of a musical accordion) to make the whole interface sound.

Webix accordion widget is one of the basic ui layout types. It seems to be very simple and non-configurable, but one needs to learn and practice to play the music. Here we gathered three common use cases and customization samples with the Accordion component:

Top 5 Webix blog articles from January to May 2016: Part 1

Since the beginning of 2015 many useful articles have been published. In the meantime, a lot of new customers joined Webix. So, why not to refresh our memory (for those, who forgot) and to share (for those, who are new) 5 most interesting articles of the first half of this year.

Webix top-5

Navigate your way. Sidebar and Sidemenu

If you’re wondering how you can simplify navigation in your application, this article is definitely for you! Two extensions – Sidebar and Sidemenu will make your life easier during application navigation. While having similar appearance, they differ in their behavior. Sidebar menu is a Tree-based widget intended for creating collapsible menu bars out of complex hierarchical data. Sidemenu is Window-based, can be attached to any side of the screen and is able to contain any view inside it.

Webix FAQ: Pivot

Hey guys!  The new FAQ article is ready. Last time we were talking about Webix licenses. The new topic is Webix Pivot.

pivot webix

 

To begin with, Pivot is a cool JavaScript widget that is perfect for making interactive table reports and pivot charts. You can easily embed it into your web page or new app. Pivot is based on Webix Tree Table JS, consequently your data will have a tree-like structure. Why Webix Pivot? Because it allows automatically organizing, summarizing and comparing complex data from database files. To get the whole idea, you may check out our online samples.

Webix 3.3 release

Hey guys!

Someone is waiting for May Day celebration, and someone is ready for our new Webix 3.3 release. So what have changed and what has been added since our last update? Webix 3.3, here we go!

Webix 3.3 release

Full support for drag-and-drop functionality on touch devices

We have added drag-n-drop support for scrollable widgets on touch screens – one of the top requested and long anticipated features. Now drag-n-drop starts on long-touch for touch screens.

Coming soon: Webix 3.3 release

Hey guys!

It is a mid-spring and it’s time to update. Only 5 days are left before Webix 3.3 release!

Webix 3 3 release

What to expect from our new release:

  1. full support for drag-and-drop functionality on touch devices;
  2. additional layout types (PRO version);
  3. Sparklines in DataTable (PRO version) – tiny inline charts, placed into datatable cells to visualize data;
  4. updated JavaScript File manager look;
  5. improved formula editor in JavaScript Spreadsheet;
  6. improved Export to PDF and Excel;
  7. and of course, lots of bug fixes and improvements.

Life is not on Instagram, let us choose Organogram

I remember my school years and those long evenings spent by painting a family tree. It was the first time in life when I faced the inevitable consequences of a poorly planned work – the sheet of paper unexpectedly came to an end and I had to redraw the scheme from the very beginning. That was a fail!

Organogram

 

Time has passed and new technologies stepped into our lives offering a number of tools for that trivial task. I also saw that the big world is built around the same hierarchical schemes used everywhere: from simple IT org charts to multi-department companies’ hierarchy.

And although there’s a number of tools for manual drawing of organograms, drawing itself is no longer needed. Now I can simply pass the data into a cute Webix organogram widget and feast my eyes upon the ready-made chart in the browser!

No magic, just code (and Webix Pro):

Webix TreeMap – Power of Visualization

Webix offers a number of possibilities to nicely visualize linear data – bar, pie, area, scatter and radar charts – to match any use case. But what can be done if hierarchy matters?  You may think of a Webix Tree as the first and foremost widget as it perfectly shows parent-to-child relation. But that’s almost all about its visualization abilities.

For more powerful tools we should look into the PRO package that includes Organogram (a tree-like diagram ) and TreeMap. We will pay a closer attention to the Webix TreeMap as it is the only Webix widget that can display hierarchical data on a proportional  basis.

The simplest initialization code is brief:

webix.ui({
     view:"treemap", value:”#value#”,  
     template: function(item){  return item.label||""; },
     data:data
});

And you get the following output:

TreeMap_Basic

1 21 22 23 24 25 33