QtDataVisualization will become a dual licensed module with Qt 5.7

Alternatively you can draw items yourself:
- with QPainter on a QQuickPaintedItem derived item
- with OpenGL on a QQuickFramebufferObject base item
- with Qt's SceneGraph API on a QQuickItem derived class

Cheers,
_