Commercial Scientific Charting

Charts for scientific web apps that need more than dashboard defaults.

Ophiolite Charts is a focused commercial chart library for subsurface and scientific workflows, with live launch examples, typed wrappers, and a documentation surface built around real integration work.

Wrappers JavaScript and Svelte
Launch Scope 5 chart families
Commercial Model Evaluation to enterprise
Seismic section example from Ophiolite Charts

Featured Example

Seismic Section

Shared viewport control, probes, overlays, and heatmap or wiggle presentation for section-first interpretation tooling.

What ships today

  • Typed chart handles and viewport control
  • Live public examples for launch families
  • Docs centered on actual wrapper boundaries

Where it fits

  • Interpretation tooling
  • Scientific workstations
  • Specialized product interfaces

Launch Families

Built around the chart surfaces your users actually work in.

The launch story is intentionally narrow. Instead of pretending to cover every chart category, the site centers on the families that already have real product value and clear documentation paths.

Launch Family

Seismic Section

Shared viewport control, probes, overlays, and heatmap or wiggle presentation for section-first interpretation tooling.

Launch Family

Prestack Gather

A focused gather surface over the same seismic interaction model, tuned for trace-by-trace exploration.

Launch Family

Well Correlation Panel

Depth-aligned multi-well layouts with explicit panel semantics instead of generic dashboard abstractions.

Launch Family

Survey Map

Plan-view context for wells, trajectories, outlines, and geospatial overlays that belong beside scientific data.

Launch Family

Rock Physics Crossplot

Dense point-cloud interaction with typed models and host-owned axis workflows for scientific applications.

Why Teams Buy

Commercial setup without pretending the API is broader than it is.

Live examples before marketing promises

Every primary CTA can lead to a runnable chart, not just a screenshot wall or feature list.

Typed wrapper boundary

The current public surface is explicit about what belongs to the wrapper, what belongs to the host app, and what is still early access.

Domain-aware interaction model

Scientific workflows need probes, overlays, and chart-specific actions that generic BI libraries rarely model cleanly.

Commercial rollout path

Evaluation, team licensing, and enterprise support sit in the product story from day one instead of being bolted on later.

Integration

Start with wrappers that are easy to explain to engineering teams.

Svelte

Wrapper docs
<SeismicSectionChart
  chartId="section-demo"
  section={section}
  viewport={viewport}
  onViewportChange={({ viewport }) => {
    currentViewport = viewport;
  }}
/>

JavaScript

Embedding notes
import { SeismicSectionChart } from "@ophiolite/charts";

const chart = new SeismicSectionChart({
  target,
  props: {
    chartId: "section-demo",
    section,
    viewport
  }
});

Live Launch Examples

Use a visual gallery on the site, then open the real demo when you need to poke at behavior.

Seismic section example from Ophiolite Charts

Live Example

Seismic Section

Shared viewport control, probes, overlays, and heatmap or wiggle presentation for section-first interpretation tooling.

Prestack gather example from Ophiolite Charts

Live Example

Prestack Gather

A focused gather surface over the same seismic interaction model, tuned for trace-by-trace exploration.

Well correlation panel example from Ophiolite Charts

Live Example

Well Correlation Panel

Depth-aligned multi-well layouts with explicit panel semantics instead of generic dashboard abstractions.

Early Access

Use the site like a commercial library today, then harden the API in public.

The immediate goal is a credible product surface: live examples, clear docs, and pricing that matches a serious rollout conversation.