You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2017/01/17 05:53:05 UTC

svn commit: r1779138 - /zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelinvisualization.html

Author: ahyoungryu
Date: Tue Jan 17 05:53:05 2017
New Revision: 1779138

URL: http://svn.apache.org/viewvc?rev=1779138&view=rev
Log: (empty)

Modified:
    zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelinvisualization.html

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelinvisualization.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelinvisualization.html?rev=1779138&r1=1779137&r2=1779138&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelinvisualization.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelinvisualization.html Tue Jan 17 05:53:05 2017
@@ -244,7 +244,7 @@ limitations under the License.
 
 <h4>3. Create and load visualization bundle on the fly</h4>
 
-<p>Once a Visualization package is enabled, <a href="https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/HeliumVisualizationPackage.java">HeliumVisualizationFactory</a> creates a js bundle. The js bundle is served by <code>helium/visualization/load</code> rest api endpoint.</p>
+<p>Once a Visualization package is enabled, <a href="https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/HeliumVisualizationFactory.java">HeliumVisualizationFactory</a> creates a js bundle. The js bundle is served by <code>helium/visualization/load</code> rest api endpoint.</p>
 
 <h4>4. Run visualization</h4>