Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
DATA VISUALIZATION ARCHITECTURE
Document Type and Number:
WIPO Patent Application WO/2016/060879
Kind Code:
A1
Abstract:
A data visualization platform architecture that enables building of a data visualization via a one-directional chain of separate stages is provided, wherein each stage has a simple input interface and output interface. The staging of the architecture enables the data visualization to be provisioned while using fewer system resources and for additional behaviors to be applied to the visualization. Such behaviors include: transforming data from an arbitrary format, modular updates to data visualizations, client-independent operation, reduced-cost updating and extension of the platform, reduced-cost animations, etc. Aspects of the data visualization platform streamline and optimize the performance of a computing device that provides a data visualization.

Inventors:
ALLYN BARRY CHRISTOPHER (US)
CLAY DANIEL J (US)
ZHOU QIJIN (US)
HUFNAGEL PETER H (US)
WOOLF MICHAEL (US)
Application Number:
PCT/US2015/054110
Publication Date:
April 21, 2016
Filing Date:
October 06, 2015
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
MICROSOFT TECHNOLOGY LICENSING LLC (US)
International Classes:
G06T19/20; G06T11/20
Foreign References:
US20100277507A12010-11-04
US20100312803A12010-12-09
Other References:
AJIT KUMAR: "Sencha Ext JS 5 Charts Architecture", 30 August 2014 (2014-08-30), XP002753106, Retrieved from the Internet [retrieved on 20160119]
Attorney, Agent or Firm:
MINHAS, Sandip et al. (Attn: Patent Group Docketing One Microsoft Wa, Redmond Washington, US)
Download PDF:
Claims:
CLAIMS

1. A method for improving the functionality of a computer providing a data visualization, comprising:

providing a data visualization platform, including a core engine and a series layout module, the data visualization platform being operable to interact with a client to provide visualizations of data, wherein the data is organized according to series;

providing a plurality of series layouts via the series layout module, wherein each series layout accepts a data series and a surface description to create geometry

representative of the data series formatted for display via the client;

receiving the data and the surface description from the client at the core engine; transmitting the surface description and the data to the series layout module;

performing, via the series layout module, one of the plurality of series layouts on each of the data series comprising the data to create the geometry; and

creating, at the core engine, shared objects formatted for display via the client; and assembling, at the core engine, the geometry and the shared objects to create the visualization.

2. The method of claim 1, further comprising:

transmitting, from the core engine to the client, the visualization in a normalized form; and

rendering the visualization via an output device.

3. The method of claim 1, wherein a flow of information is unidirectional to enable transforms to be inserted

4. The method of claim 3, further comprising: inserting a data transform before the data is received from the client, wherein the data transform transforms the data into a normalized form.

5. The method of claim 3, further comprising: inserting a geometry transform after performing one of the plurality of series layouts, wherein the geometry transform alters the geometry.

6. The method of claim 3, further comprising: inserting a geometry transform after creating shared objects, wherein the geometry transform alters the shared objects.

7. The method of claim 1 , wherein the data visualization platform and the client are provided by a single computing device.

8. A system for improving the functionality of a computer providing a data visualization, comprising:

a core engine, operable to receive data organized according to series and a surface description for a visualization, and to create shared objects based on the data and the surface description for a visualization;

a series layout module, operable to receive a data series and the surface description to create geometry based on the surface description to graphically represent the data series in the visualization; and

a layout engine, operable receive the shared objects and the geometry, and to plot the visualization using the shared objects and the geometry.

9. The system of claim 8, wherein the core engine further comprises:

an application program interface (API), operable to:

receive the data and the surface description from a client;

transmit the data and the surface description to the core engine;

transmit the data series and the surface description to the series layout module; receive the visualization from the layout engine; and

transmit the visualization to the client.

10. The system of claim 9, wherein the system is further operable to insert a data transform to transform the data received by the API into a normalized format.

11. The system of claim 9, wherein the system is further operable to insert a geometry transform to alter the geometry created by the series layout module.

12. The system of claim 8, wherein the surface description includes at least one of:

a type of the visualization; a size of the visualization; and

a resolution of the client.

13. The system of claim 8, wherein the geometry is comprised of lines and Beziers.

14. The system of claim 8, further comprising a client, operable to request the visualization and render the visualization via an output device.

15. A computing device operable for improving the functionality of a computer providing a data visualization, comprising:

a processor; and

a memory storage including instructions, which when executed by the processor cause the computing device to be operable to:

provide a data visualization platform, including a core engine and a series layout module, the data visualization platform being operable to interact with a client to provide visualizations of data, wherein the data is organized according to series;

provide a plurality of series layouts via the series layout module, wherein each series layout accepts a data series and a surface description to create geometry representative of the data series formatted for display via the client;

receive the data and the surface description from the client at the core engine;

transmit the surface description and the data to the series layout module; perform, via the series layout module, one of the plurality of series layouts on each of the data series comprising the data to create the geometry;

create, at the core engine, shared objects formatted for display via the client;

assemble, at the core engine, the geometry and the shared objects to create the visualization;

transmit, from the core engine to the client, the visualization in a normalized form; and

render the visualization via an output device.

Description:
DATA VISUALIZATION ARCHITECTURE

BACKGROUND

[0001] Data visualization is a process for graphically representing data in a visualization, for example, a chart, an infographic, a map, a gauge, etc. It is with respect to these and other considerations that examples will be made.

SUMMARY

[0002] This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description section. This summary is not intended to identify all features of the claimed subject matter, nor is it intended to limit the scope of the claimed subject matter.

[0003] Aspects of the present disclosure provide a data visualization platform architecture. The architecture enables building of a data visualization (e.g., a chart, an infographic, a map, a gauge, etc.) via a one-directional chain of separate stages, each stage having a simple input interface and output interface.

[0004] Examples may be implemented as a computer process, a computing system, or as an article of manufacture such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process.

[0005] The details of one or more aspects are set forth in the accompanying drawings and description below. Other features and advantages will be apparent from a reading of the following detailed description and a review of the associated drawings. It is to be understood that the following detailed description is explanatory only and is not restrictive of other aspects of the present disclosure.

BRIEF DESCRIPTION OF THE DRAWINGS

[0006] The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate various aspects of the present disclosure. In the drawings:

[0007] FIGURE 1 is an example block diagram of system including a data visualization platform;

[0008] FIGURE 2 illustrates a pipelined architecture in which data flows in a single direction;

[0009] FIGURE 3 is a flow chart of an example method for providing functions of a data visualization platform;

[0010] FIGURE 4 is a block diagram illustrating example physical components of a computing;

[0011] FIGURES 5A and 5B are example block diagrams of a mobile computing device; and

[0012] FIGURE 6 is an example block diagram of a distributed computing system.

DETAILED DESCRIPTION

[0013] The following detailed description refers to the accompanying drawings. Wherever possible, the same reference numbers are used in the drawings and the following description to refer to the same or similar elements. While aspects of the disclosure may be described, modifications, adaptations, and other implementations are possible. For example, substitutions, additions, or modifications may be made to the elements illustrated in the drawings, and the methods described herein may be modified by substituting, reordering, or adding stages to the disclosed methods. Accordingly, the following detailed description does not limit the present disclosure, but instead, the proper scope of the disclosure is defined by the appended claims. Examples may take the form of a hardware implementation, or an entirely software implementation, or an implementation combining software and hardware aspects. The following detailed description is, therefore, not to be taken in a limiting sense.

[0014] Examples of the present disclosure are directed to providing a data visualization platform architecture. According to an aspect, the architecture enables the building of a data visualization (e.g., a chart, an infographic, a map, a gauge, etc.) via a one-directional chain of separate stages, each stage having a simple input interface and output interface.

[0015] FIGURE 1 is an example block diagram of a system 100 including a data visualization platform 102. The data visualization platform 102 is illustrated as comprising a core engine 106, a layout engine 108, a series layout module 112 to provide one or a plurality of series layouts, and an Application Programing Interface (API) 104 for interacting with a client 110. The client 110 in various aspects may be one of various types of client applications that may run on various types of platforms or operating systems. That is, the data visualization platform 102 is not tied to a specific client application or to a specific platform, is not biased toward a specific programming language, data source, or a specific set of features, and is compatible with all graphics stacks. According to aspects, the data visualization platform 102 is operable to receive a set of data, transform the data into a normalized form ready for layout, take the normalized data and build a hierarchical scene graph of visual elements comprised of geometry or text, and provide a data context- aware set of geometry and text that the client 110 can render.

[0016] The client 110 links to the data visualization platform 102 and implements callback interfaces which are used to fetch single data dimensions (e.g., x/y, x/y/r, etc.) and to calculate text sizes and provide client context (e.g., surface description 114). The client 110 builds a definition of a visualization and feeds the data 118 defining the visualization to the data visualization platform 102 via the API 104. For example, the client 110 defines the visualization through the API 104 by adding and configuring shared objects (e.g., chart, series, axes, legend, and other objects used in common by data series within a visualization) within its set. The API 104 passes the data to the layout engine 108. The client 110 may optionally implement one or more data transforms to transform data into a format that the layout engine 108 can use. For example, if the data is in the form of raw user data (e.g., a table of data from a spreadsheet application), a data transformation may include sorting, filtering, or converting the data into a normalized form.

[0017] According to aspects, the client 110 signals the data visualization platform

102 to have the geometry laid out for a given type of visualization when the client 110 renders, hit tests, or performs other functions for which it needs to know the layout. According to aspects, the data visualization platform 102 positions objects within the visualization and creates their geometries. In various aspects, a series layout module 112 comprises series layouts that draw geometry for each series of data within a plot area in a specific format (e.g., columns for column series, markers for scatter series, bubbles for bubble series, etc.). According to aspects, the series layout module 112 is operable to produce annotated geometry 116 from a limited and immutable view of the data 118 and surface description 114. That is, the series layout module 112 takes a set of data plus a surface description 114 (e.g., visualization type, visualization size, client resolution/dpi, coordinate space, etc.) as inputs, and produces a collection of annotated geometry 116 as output. In some aspects, the annotated geometry 116 is cached in a series object, and the series layout module 112 is not invoked again unless layout is required. In various aspects, the core engine 106 is operable to process the annotated geometry 116 and to deliver shared functionalities (e.g., titles, axes, legends, colors, etc.) of the series and data points without assistance from the series layout module 112.

[0018] The annotated geometry 116 is cached so that it can be iterated for animation or other interactivities without having to repeat layout, and may be stored in various forms according to various aspects. In one example, the cached information comprises a tree of element objects, where the root object is the visualization (e.g., chart, infographic, map, gauge, etc.), and child elements include shared objects such as a legend, a plot area, chart elements (e.g., for data, series, or legend entries, a chart title, axis titles, etc.). According to another example, annotated geometries 116 can be stored as path geometry (e.g., area charts, surface charts, radar charts, trend lines, etc.). According to another example, annotated geometry 116 can be stored as a formula. For example, in a business chart plotting supply and demand curves, functions describing the curves are stored. Accordingly, the geometry can be synthesized during rendering. For example, in cases of simple layout (e.g., line charts, column charts, etc.) that are computationally inexpensive and where the data is local, annotated geometry 116 may be synthesized directly from the data 118.

[0019] The client 110 is operable in various aspects to request drawing instructions from the data visualization platform 102 by asking questions, for example, what is the geometry of the visualization, where is it located, what is the text, etc.

[0020] According to an aspect, once the geometry has been created by the series layout module 112, the layout engine 108 is operable to plot an initial visualization. In several aspects, the layout engine 108 assembles geometries generated by the series layout module 112 and sets positions of objects, which represent data points within a visualization, as well as shared objects (e.g., axes, labels, legends, etc.). Once plotting is complete, in some aspects, the data that were plotted are cached internally within the visualization. According to aspects, the layout engine 108 sends the plotted objects to the client 110 via a limited set of primitives (e.g., lines, Beziers, etc.) which can be passed directly to an appropriate rendering API or to an additional module or engine for further processing. From these primitives, any geometry can be approximated. Each object in the visualization can be given its own layer as necessary or be represented within a flattened object along with several other objects in its hierarchy.

[0021] According to aspects, the client 110 provides an interface via which the data visualization platform 102 sends a normalized form of the shared objects and annotated geometry 116. That is, clients 110 do not have direct access to the internalized geometry, but instead are exposed to a normalized form transmitted to them via a simple protocol, for example, via a sink interface. According to aspects, the client 110 renders each object's geometry via a recursive walk of the scene graph, wherein the geometry is sequentially processed. For two-dimensional geometry, the geometry protocol describes path geometry as a series of figures (e.g., rectangles) that contain segments (e.g., lines or Beziers, also referred to as primitives) which can be passed directly to an appropriate rendering API 120 to communicate drawing instructions to an output device 124 such as a monitor, screen, printer, or other display device. For three-dimensional geometry, meshes are served rather than figures and segments. Although a visualization does not render itself, in aspects it can offer up per-object storage for formatting properties and effects such as colors, line patterns, etc. via an optional 'format' object which hangs off each object in the tree, wherein the format object is a simple collection of predefined properties that the client 110 can set when building a visualization and then later retrieve during rendering.

[0022] FIGURE 2 illustrates a pipelined architecture 200 in which data flows in a single direction. According to aspects, the pipelined architecture 200 provides a unidirectional pipeline 202 in which data flows in one direction. The pipeline 202, is illustrated in several stages 204, 206, 208, where, according to aspects, chains of transformations may be applied. According to aspects, at each stage in the pipeline 202, there is a well-defined input and output interface. The combination of being unidirectional and the normalization of input/output provides extensibility, for example, by enabling clients 110 to extend a visualization's capabilities by inserting one or more transforms of the appropriate type into the chain (i.e., pipeline 202). According to an aspect, the one or more transforms may be implemented at a stage in platform independent code, for example, C++ or C#. According to aspects, as data flows through the pipeline 202, each stage optionally enriches data with further meta-information such that the end result is a data context-aware set of geometry and text that clients 110 can use to build highly- interactive and visual user experiences.

[0023] According to aspects, the data transform stage 204 in the pipeline 202, is where data transforms are optionally applied. According to aspects, the data transform stage 204 occurs as the client 110 feeds data 118 to the core engine 106 via the API 104 to define and create the visualization 216. Data transforms 240 A, 240B are illustrated as optional transforms that may be implemented by the client 110 to transform raw user data 118 into a normalized form ready for layout for the visualization 216. For example, data transformations may include sorting, filtering, or converting the data 118 into a form that can be used by the layout engine 108. If the data 118 is already in normalized form, the client 110 does not have to implement data transforms 240 or may use a "pass-through" transform.

[0024] As illustrated in FIGURE 2, the layout transformation stage 206 is the next stage in the pipeline 202. According to aspects, the layout transform stage 206 occurs when the client 110 is ready to render, hit test, or perform a function for which it needs to know the layout. According to aspects, during the layout stage 206, objects within the visualization 216 are positioned, and their geometries are built. According to an aspect, layout transforms 260 take normalized data and build a hierarchical scene graph of visual elements comprised of annotated geometry 116 or text. Layout transforms 260 include shared functionalities 260A (e.g., colorization, trend lines, data labels, and other functionalities used in common by data series within a visualization) and series layouts 260B, which create the annotated geometry 116 for individual data series. According to aspects, the annotated geometry 116 is encoded with meta-information such that any renderer can have semantic understanding or context around the vectors. According to aspects, the outputted annotated geometry 116 is then cached.

[0025] According to aspects, the geometry transform stage 208 in the pipeline 202, is where geometry transforms are optionally applied. According to aspects, when the client 110 interrogates the data visualization platform 102 (e.g., to render the visualization 216, render animation, build interactivities etc.), the client 110 may optionally insert one or more geometry transforms 280 to modify the visualization 216. For example, the client 110 may insert one or more geometry transforms 280 A, 280B to modify the styling of the visualization, convert to pixel space, apply snapping, geometry culling, warp effects, hand drawn effects, projections, and three-dimensional surfaces mapping, change the color of certain data points, etc. By inserting one or more geometry transforms 280, the client 110 is enabled to alter the appearance of a visualization 216 or effectively produce a new visualization type. For example, consider a bubble chart where a geometry transform 208 is injected that colorizes the chart based on areas of density, and accordingly transforms the bubble chart into a heat map visualization.

[0026] Because, in various aspects, the data flow of the data visualization platform

102 is segmented, the client 110 is enabled to produce a vast number of visualizations by assembling the pipeline 202 to build visualizations 216. According to aspects, as the client 110 queries the data visualization platform 102 for the annotated geometry 116, the client 110 provides a sink interface, and accordingly, the normalized form of the objects and annotated geometry 116 (which may or may not include transformed geometries) are transmitted to the client 110 via the sink interface. Accordingly, the client 110 is operable to pass the annotated geometry 116 to an appropriate rendering API 120.

[0027] FIGURE 3 is a flow chart of an example method 300 for providing functions of a data visualization platform 102. Method 300 begins at starting block 302 and proceeds to OPERATION 304, where the client 110 provides data 118 to be graphically represented in a visualization. For example, client 110 may send a request to the data visualization platform 102 via API 104 to create a visualization such as a chart, an infographic, a map, a gauge, etc.

[0028] The method 300 optionally proceeds to OPERATION 306, where, if the client data 118 is not in a format that can be used by the layout engine 108, the client 110 is operable according to aspects to insert one or more data transforms 240A, 240B to transform raw user data 118 into a normalized format ready for layout. According to other aspects, data transforms 240 may be inserted by the data visualization platform 102. The method 300 proceeds from OPERATION 306 to OPERATION 308, where the data 118 is transformed (e.g., sorted, filtered, converted into a normalized form, etc.).

[0029] In aspects where the data 118 is received according to the normalized form, the data transforms 204 are not implemented (or a pass-through transform is applied), and the method 300 proceeds from OPERATION 304 to OPERATION 310.

[0030] At OPERATION 310, a request to render the visualization is sent. For example, the client 110 may request rendering of the visualization according to a user command. After the render request is received at OPERATION 310, the method 300 proceeds to OPERATION 312, where, according to aspects, the data visualization platform 102 produces annotated geometry 116. According to aspects, layout transforms 260 are inserted, objects within the visualization are positioned, and their geometries are built when annotated geometry 116 is produced. According to an aspect, a hierarchical scene graph of visual elements comprised of geometry or text is built. According to aspects, the outputted annotated geometry 116 is then cached.

[0031] The method 300 may optionally proceed to OPERATION 314, where, according to aspects, the client 110 is operable to insert geometry transforms 280 to transform the geometry of the visualization. For example, client 110 may signal the data visualization platform 102 to modify the styling of the visualization (e.g., convert to pixel space, apply snapping, geometry culling, warp effects, hand drawn effects, projections, and 3D surfaces mapping, change the color of certain data points, etc.). According to other aspects, geometry transforms 280 may be inserted by the data visualization platform 102. At OPERATION 316, the annotated geometry 116 is transformed according to the geometry transforms 280. The method 300 then proceeds to OPERATION 318.

[0032] In aspects where the client 110 does not implement geometry transforms

280, the method 300 proceeds from OPERATION 312 to OPERATION 318.

[0033] At OPERATION 318, the client 110 requests drawing instructions from the data visualization platform 102. For example, the client 110 is operative to perform a recursive walk of the scene graph. In various aspects, the request is handled via an interface provided by the client 110.

[0034] At OPERATION 320, the data visualization platform 102 transmits a normalized form of the shared objects and annotated geometry 116 to the client 110. According to various aspects, the transmission is received via an interface provided by the client 110, and the transmission include all or a portion of the annotated geometry 116.

[0035] At OPERATION 322, the client 110 renders the visualization. According to aspects, the client 110 passes the shared objects, annotated geometry 116 and formatting properties to an output device 124 such as a monitor, screen, printer, or other display device via the rendering API 120. The method 300 concludes at END 398.

[0036] FIGURES 4-6 and the associated descriptions provide a discussion of a variety of operating environments in which examples of the present disclosure may be practiced. However, the devices and systems illustrated and discussed with respect to FIGURES 4-6 are for purposes of example and illustration and are not limiting of a vast number of computing device configurations that may be utilized for practicing aspects of the disclosure, described herein.

[0037] FIGURE 4 is a block diagram illustrating physical components (i.e., hardware) of a computing device 400 with which examples of the present disclosure may be practiced. The computing device components described below may be suitable for the client device described above. In a basic configuration, the computing device 400 may include at least one processing unit 402 and a system memory 404. Depending on the configuration and type of computing device, the system memory 404 may comprise, but is not limited to, volatile storage (e.g., random access memory), non-volatile storage (e.g., read-only memory), flash memory, or any combination of such memories. The system memory 404 may include an operating system 405 and one or more programming modules 406 suitable for running software applications 450, such as client 110. According to an aspect, the system memory 404 may include the data visualization platform 102. The operating system 405, for example, may be suitable for controlling the operation of the computing device 400. Furthermore, aspects of the disclosure may be practiced in conjunction with a graphics library, other operating systems, or any other application program and is not limited to any particular application or system. This basic configuration is illustrated in FIGURE 4 by those components within a dashed line 408. The computing device 400 may have additional features or functionality. For example, the computing device 400 may also include additional data storage devices (removable or non-removable) such as, for example, magnetic disks, optical disks, or tape. Such additional storage is illustrated in FIGURE 4 by a removable storage device 409 and a non-removable storage device 410.

[0038] As stated above, a number of program modules and data files may be stored in the system memory 404. While executing on the processing unit 402, the program modules 406 (e.g., client 110, data visualization platform 102) may perform processes including, but not limited to, one or more of the stages of the method 300 illustrated in FIGURE 3. Other program modules that may be used in accordance with examples of the present disclosure and may include applications such as electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, etc.

[0039] Furthermore, examples of the present disclosure may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors. For example, examples of the disclosure may be practiced via a system-on-a-chip (SOC) where each or many of the components illustrated in FIGURE 5 may be integrated onto a single integrated circuit. Such an SOC device may include one or more processing units, graphics units, communications units, system virtualization units and various application functionality all of which are integrated (or "burned") onto the chip substrate as a single integrated circuit. When operating via an SOC, the functionality, described herein, may be operated via application-specific logic integrated with other components of the computing device 400 on the single integrated circuit (chip). Examples of the present disclosure may also be practiced using other technologies capable of performing logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies. In addition, aspects of the disclosure may be practiced within a general purpose computer or in any other circuits or systems.

[0040] The computing device 400 may also have one or more input device(s) 412 such as a keyboard, a mouse, a pen, a sound input device, a touch input device, etc. The output device(s) 414 such as a display, speakers, a printer, etc. may also be included. The aforementioned devices are examples and others may be used. The computing device 400 may include one or more communication connections 416 allowing communications with other computing devices 418. Examples of suitable communication connections 416 include, but are not limited to, RF transmitter, receiver, or transceiver circuitry; universal serial bus (USB), parallel, or serial ports.

[0041] The term computer readable media as used herein may include computer storage media. Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, or program modules. The system memory 404, the removable storage device 409, and the non-removable storage device 410 are all computer storage media examples (i.e., memory storage.) Computer storage media may include RAM, ROM, electrically erasable programmable read-only memory (EEPROM), flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other article of manufacture which can be used to store information and which can be accessed by the computing device 400. Any such computer storage media may be part of the computing device 400. Computer storage media does not include a carrier wave or other propagated data signal.

[0042] Communication media may be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term "modulated data signal" may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media.

[0043] FIGURES 5A and 5B illustrate a mobile computing device 500, for example, a mobile telephone, a smart phone, a tablet personal computer, a laptop computer, and the like, with which aspects of the disclosure may be practiced. With reference to FIGURE 5A, an example of a mobile computing device 500 for implementing the aspects is illustrated. In a basic configuration, the mobile computing device 500 is a handheld computer having both input elements and output elements. The mobile computing device 500 typically includes a display 505 and one or more input buttons 510 that allow the user to enter information into the mobile computing device 500. The display 505 of the mobile computing device 500 may also function as an input device (e.g., a touch screen display). If included, an optional side input element 515 allows further user input. The side input element 515 may be a rotary switch, a button, or any other type of manual input element. In alternative examples, mobile computing device 500 may incorporate more or less input elements. For example, the display 505 may not be a touch screen in some examples. In alternative examples, the mobile computing device 500 is a portable phone system, such as a cellular phone. The mobile computing device 500 may also include an optional keypad 535. Optional keypad 535 may be a physical keypad or a "soft" keypad generated on the touch screen display. In various aspects, the output elements include the display 505 for showing a graphical user interface (GUI), a visual indicator 520 (e.g., a light emitting diode), or an audio transducer 525 (e.g., a speaker). In some examples, the mobile computing device 500 incorporates a vibration transducer for providing the user with tactile feedback. In yet another example, the mobile computing device 500 incorporates peripheral device ports 540, such as an audio input (e.g., a microphone jack), an audio output (e.g., a headphone jack), and a video output (e.g., a HDMI port) for sending signals to or receiving signals from an external device.

[0044] FIGURE 5B is a block diagram illustrating the architecture of one example of a mobile computing device. That is, the mobile computing device 500 can incorporate a system (i.e., an architecture) 502 to implement some examples. In one example, the system 502 is implemented as a "smart phone" capable of running one or more applications (e.g., browser, e-mail, calendaring, contact managers, messaging clients, games, and media clients/players). In some examples, the system 502 is integrated as a computing device, such as an integrated personal digital assistant (PDA) and wireless phone.

[0045] One or more application programs 550, for example, client 110, may be loaded into the memory 562 and run on or in association with the operating system 564. Examples of the application programs include phone dialer programs, e-mail programs, personal information management (PIM) programs, word processing programs, spreadsheet programs, Internet browser programs, messaging programs, and so forth. According to an aspect, the data visualization platform 102 may be loaded into memory 562. The system 502 also includes a non- volatile storage area 568 within the memory 562. The non-volatile storage area 568 may be used to store persistent information that should not be lost if the system 502 is powered down. The application programs 550 may use and store information in the non-volatile storage area 568, such as e-mail or other messages used by an e-mail application, and the like. A synchronization application (not shown) also resides on the system 502 and is programmed to interact with a corresponding synchronization application resident on a host computer to keep the information stored in the non-volatile storage area 568 synchronized with corresponding information stored at the host computer. As should be appreciated, other applications may be loaded into the memory 562 and run on the mobile computing device 500.

[0046] The system 502 has a power supply 570, which may be implemented as one or more batteries. The power supply 570 might further include an external power source, such as an AC adapter or a powered docking cradle that supplements or recharges the batteries.

[0047] The system 502 may also include a radio 572 that performs the function of transmitting and receiving radio frequency communications. The radio 572 facilitates wireless connectivity between the system 502 and the "outside world," via a communications carrier or service provider. Transmissions to and from the radio 572 are conducted under control of the operating system 564. In other words, communications received by the radio 572 may be disseminated to the application programs 550 via the operating system 564, and vice versa.

[0048] The visual indicator 520 may be used to provide visual notifications or an audio interface 574 may be used for producing audible notifications via the audio transducer 525. In the illustrated example, the visual indicator 520 is a light emitting diode (LED) and the audio transducer 525 is a speaker. These devices may be directly coupled to the power supply 570 so that when activated, they remain on for a duration dictated by the notification mechanism even though the processor 560 and other components might shut down for conserving battery power. The LED may be programmed to remain on indefinitely until the user takes action to indicate the powered-on status of the device. The audio interface 574 is used to provide audible signals to and receive audible signals from the user. For example, in addition to being coupled to the audio transducer 525, the audio interface 574 may also be coupled to a microphone to receive audible input, such as to facilitate a telephone conversation. The system 502 may further include a video interface 576 that enables an operation of an on-board camera 530 to record still images, video stream, and the like. [0049] A mobile computing device 500 implementing the system 502 may have additional features or functionality. For example, the mobile computing device 500 may also include additional data storage devices (removable and non-removable) such as, magnetic disks, optical disks, or tape. Such additional storage is illustrated in FIGURE 5B by the non- volatile storage area 568.

[0050] Data/information generated or captured by the mobile computing device

500 and stored via the system 502 may be stored locally on the mobile computing device 500, as described above, or the data may be stored on any number of storage media that may be accessed by the device via the radio 572 or via a wired connection between the mobile computing device 500 and a separate computing device associated with the mobile computing device 500, for example, a server computer in a distributed computing network, such as the Internet. As should be appreciated such data/information may be accessed via the mobile computing device 500 via the radio 572 or via a distributed computing network. Similarly, such data/information may be readily transferred between computing devices for storage and use according to well-known data/information transfer and storage means, including electronic mail and collaborative data/information sharing systems.

[0051] FIGURE 6 illustrates one example of the architecture of a system for providing data visualization as described above. Content developed, interacted with, or edited in association with the client 110 or data visualization platform 102 may be stored in different communication channels or other storage types. For example, various documents may be stored using a directory service 622, a web portal 624, a mailbox service 626, an instant messaging store 628, or a social networking site 630. The client 110 or data visualization platform 102 may use any of these types of systems or the like for providing data visualization, as described herein. A server 615 may provide the client 110 or data visualization platform 102 to clients 605A-C. As one example, the server 615 may be a web server providing the client 110 or data visualization platform 102 over the web. The server 615 may provide the client 110 or data visualization platform 102 over the web to clients 605 through a network 610. By way of example, the client computing device may be implemented and embodied in a personal computer 605A, a tablet computing device 605B or a mobile computing device 605C (e.g., a smart phone), or other computing device. Any of these examples of the client computing device may obtain content from the store 616.

[0052] Aspects of the present disclosure, for example, are described above with reference to block diagrams or operational illustrations of methods, systems, and computer program products according to aspects of the disclosure. The functions/acts noted in the blocks may occur out of the order as shown in any flowchart. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved.

[0053] The description and illustration of one or more examples provided in this application are not intended to limit or restrict the scope of the present disclosure in any way. The aspects, examples, and details provided in this application are considered sufficient to convey possession and enable others to make and use the best mode of present disclosure. The present disclosure should not be construed as being limited to any aspect, example, or detail provided in this application. Regardless of whether shown and described in combination or separately, the various features (both structural and methodological) are intended to be selectively included or omitted to produce an example with a particular set of features. Having been provided with the description and illustration of the present application, one skilled in the art may envision variations, modifications, and alternate examples falling within the spirit of the broader aspects of the general inventive concept embodied in this application that do not depart from the broader scope of the present disclosure.