Skip to content

Commit

Permalink
fix: command is corrected and data regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkanakam87 committed Dec 16, 2024
1 parent a2e2534 commit ebf016f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/Livewire/BubbleFrequencyPlot.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ class BubbleFrequencyPlot extends Component
'chemical_class' => 'ClassyFire\'s Chemical Classes <a href="https://jcheminf.biomedcentral.com/articles/10.1186/s13321-016-0174-y" target="_blank" rel="noopener noreferrer"><svg class="inline-block w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"/></svg></a>',
];

public $search_names = [
'np_classifier_class' => 'np_class',
'chemical_class' => 'class',
];

public function mount($chartName, $chartData)
{
// Extract column names
Expand Down
Loading

0 comments on commit ebf016f

Please sign in to comment.